Html Css Color HEX #327215 Bilbao

📋 copy color: '#327215'

red 50 ◦ green 114 ◦ blue 21

#327215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #327215

Tints of Bilbao #327215

RGB

 RED value IS 50 (19.92% from 255) = 27.03%

 GREEN value IS 114 (44.92% from 255) = 61.62%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 27.03%
G = 61.62%
B = 11.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#327215 (or 0x327215) is known color: Bilbao. HEX triplet: 32, 72 and 15. RGB value is (50,114,21). Sum of RGB (Red+Green+Blue) = 50+114+21=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #327215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327215 is #CD8DEA. Grayscale: #545454. Windows color (decimal): -13471211 or 1405490. OLE color: 1405490.

HSL color Cylindrical-coordinate representation of color #327215: hue angle of 101.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #327215 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 21 -
CMYK 0.56 0 0.82 0.55
HSL 101.29º 0.69% 0.26% -
HSV(B) 101.29º 0.82% 0.45% -
XYZ 7.47 12.77 2.78 -
YUV 84.26 92.3 103.56 -
System Red Green Blue C M Y K H S L
Decimal 50 114 21 0.56 0 0.82 0.55 101.29 0.69 0.26
Hex 32 72 15 38 0 52 37 65 45 1A
Octal 62 162 25 70 0 122 67 145 105 32
Binary 110010 1110010 10101 111000 0 1010010 110111 1100101 1000101 11010

Color Harmonies of #327215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327215

Black with #327215

Text Example


Text Example

White with #327215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327215; }

 p { color: rgb(50,114,21); }

 H1.HeaderClassName
 {
   color: #327215;
 }
 .AnyTagClassName
 {
   color: #327215;
 }
</style>

background-color css

<style>
 a { background-color: #327215; }

 a { background-color: rgb(50,114,21); }

 div.DivClassName
 {
   background-color: #327215;
 }
 .BgClassName
 {
   background-color: #327215;
 }
</style>

border-color css

<style>
 span { border-color: #327215; }

 span { border-color: rgb(50,114,21); }

 td.TdClassName
 {
   border-color: #327215;
 }
 .TagClassName
 {
   border-color: #327215;
 }
</style>