Html Css Color HEX #327917 Bilbao

📋 copy color: '#327917'

red 50 ◦ green 121 ◦ blue 23

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

Shades of Bilbao #327917

Tints of Bilbao #327917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 62.37%

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

R = 25.77%
G = 62.37%
B = 11.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#327917 (or 0x327917) is known color: Bilbao. HEX triplet: 32, 79 and 17. RGB value is (50,121,23). Sum of RGB (Red+Green+Blue) = 50+121+23=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #327917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327917 is #CD86E8. Grayscale: #585858. Windows color (decimal): -13469417 or 1538354. OLE color: 1538354.

HSL color Cylindrical-coordinate representation of color #327917: hue angle of 103.47º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #327917 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 23 -
CMYK 0.59 0 0.81 0.53
HSL 103.47º 0.68% 0.28% -
HSV(B) 103.47º 0.81% 0.47% -
XYZ 8.31 14.41 3.16 -
YUV 88.6 90.98 100.47 -
System Red Green Blue C M Y K H S L
Decimal 50 121 23 0.59 0 0.81 0.53 103.47 0.68 0.28
Hex 32 79 17 3B 0 51 35 67 44 1C
Octal 62 171 27 73 0 121 65 147 104 34
Binary 110010 1111001 10111 111011 0 1010001 110101 1100111 1000100 11100

Color Harmonies of #327917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327917

Black with #327917

Text Example


Text Example

White with #327917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327917; }

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

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

background-color css

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

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

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

border-color css

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

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

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