Html Css Color HEX #327225 Bilbao

📋 copy color: '#327225'

red 50 ◦ green 114 ◦ blue 37

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

Shades of Bilbao #327225

Tints of Bilbao #327225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 24.88%
G = 56.72%
B = 18.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#327225 (or 0x327225) is known color: Bilbao. HEX triplet: 32, 72 and 25. RGB value is (50,114,37). Sum of RGB (Red+Green+Blue) = 50+114+37=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #327225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327225 is #CD8DDA. Grayscale: #565656. Windows color (decimal): -13471195 or 2454066. OLE color: 2454066.

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

Color convert

RGB 50 114 37 -
CMYK 0.56 0 0.68 0.55
HSL 109.87º 0.51% 0.3% -
HSV(B) 109.87º 0.68% 0.45% -
XYZ 7.67 12.85 3.83 -
YUV 86.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 50 114 37 0.56 0 0.68 0.55 109.87 0.51 0.3
Hex 32 72 25 38 0 44 37 6E 33 1E
Octal 62 162 45 70 0 104 67 156 63 36
Binary 110010 1110010 100101 111000 0 1000100 110111 1101110 110011 11110

Color Harmonies of #327225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327225

Black with #327225

Text Example


Text Example

White with #327225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327225; }

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

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

background-color css

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

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

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

border-color css

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

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

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