Html Css Color HEX #327524 Bilbao

📋 copy color: '#327524'

red 50 ◦ green 117 ◦ blue 36

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

Shades of Bilbao #327524

Tints of Bilbao #327524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.64%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 24.63%
G = 57.64%
B = 17.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#327524 (or 0x327524) is known color: Bilbao. HEX triplet: 32, 75 and 24. RGB value is (50,117,36). Sum of RGB (Red+Green+Blue) = 50+117+36=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #327524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327524 is #CD8ADB. Grayscale: #575757. Windows color (decimal): -13470428 or 2389298. OLE color: 2389298.

HSL color Cylindrical-coordinate representation of color #327524: hue angle of 109.63º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327524 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 36 -
CMYK 0.57 0 0.69 0.54
HSL 109.63º 0.53% 0.3% -
HSV(B) 109.63º 0.69% 0.46% -
XYZ 8 13.53 3.86 -
YUV 87.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 50 117 36 0.57 0 0.69 0.54 109.63 0.53 0.3
Hex 32 75 24 39 0 45 36 6E 35 1E
Octal 62 165 44 71 0 105 66 156 65 36
Binary 110010 1110101 100100 111001 0 1000101 110110 1101110 110101 11110

Color Harmonies of #327524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327524

Black with #327524

Text Example


Text Example

White with #327524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327524; }

 p { color: rgb(50,117,36); }

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

background-color css

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

 a { background-color: rgb(50,117,36); }

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

border-color css

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

 span { border-color: rgb(50,117,36); }

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