Html Css Color HEX #327217 Bilbao

📋 copy color: '#327217'

red 50 ◦ green 114 ◦ blue 23

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

Shades of Bilbao #327217

Tints of Bilbao #327217

RGB

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

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

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

R = 26.74%
G = 60.96%
B = 12.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#327217 (or 0x327217) is known color: Bilbao. HEX triplet: 32, 72 and 17. RGB value is (50,114,23). Sum of RGB (Red+Green+Blue) = 50+114+23=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #327217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327217 is #CD8DE8. Grayscale: #545454. Windows color (decimal): -13471209 or 1536562. OLE color: 1536562.

HSL color Cylindrical-coordinate representation of color #327217: hue angle of 102.2º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327217 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 23 -
CMYK 0.56 0 0.80 0.55
HSL 102.2º 0.66% 0.27% -
HSV(B) 102.2º 0.8% 0.45% -
XYZ 7.49 12.77 2.88 -
YUV 84.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 50 114 23 0.56 0 0.80 0.55 102.2 0.66 0.27
Hex 32 72 17 38 0 50 37 66 42 1B
Octal 62 162 27 70 0 120 67 146 102 33
Binary 110010 1110010 10111 111000 0 1010000 110111 1100110 1000010 11011

Color Harmonies of #327217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327217

Black with #327217

Text Example


Text Example

White with #327217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327217; }

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

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

background-color css

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

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

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

border-color css

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

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

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