Html Css Color HEX #327017 Bilbao

📋 copy color: '#327017'

red 50 ◦ green 112 ◦ blue 23

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

Shades of Bilbao #327017

Tints of Bilbao #327017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 27.03%
G = 60.54%
B = 12.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#327017 (or 0x327017) is known color: Bilbao. HEX triplet: 32, 70 and 17. RGB value is (50,112,23). Sum of RGB (Red+Green+Blue) = 50+112+23=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #327017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327017 is #CD8FE8. Grayscale: #535353. Windows color (decimal): -13471721 or 1536050. OLE color: 1536050.

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

Color convert

RGB 50 112 23 -
CMYK 0.55 0 0.79 0.56
HSL 101.8º 0.66% 0.26% -
HSV(B) 101.8º 0.79% 0.44% -
XYZ 7.26 12.33 2.81 -
YUV 83.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 50 112 23 0.55 0 0.79 0.56 101.8 0.66 0.26
Hex 32 70 17 37 0 4F 38 66 42 1A
Octal 62 160 27 67 0 117 70 146 102 32
Binary 110010 1110000 10111 110111 0 1001111 111000 1100110 1000010 11010

Color Harmonies of #327017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327017

Black with #327017

Text Example


Text Example

White with #327017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327017; }

 p { color: rgb(50,112,23); }

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

background-color css

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

 a { background-color: rgb(50,112,23); }

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

border-color css

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

 span { border-color: rgb(50,112,23); }

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