Html Css Color HEX #327224 Bilbao

📋 copy color: '#327224'

red 50 ◦ green 114 ◦ blue 36

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

Shades of Bilbao #327224

Tints of Bilbao #327224

RGB

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

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

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

R = 25%
G = 57%
B = 18%

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

#327224 (or 0x327224) is known color: Bilbao. HEX triplet: 32, 72 and 24. RGB value is (50,114,36). Sum of RGB (Red+Green+Blue) = 50+114+36=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #327224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327224 is #CD8DDB. Grayscale: #565656. Windows color (decimal): -13471196 or 2388530. OLE color: 2388530.

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

Color convert

RGB 50 114 36 -
CMYK 0.56 0 0.68 0.55
HSL 109.23º 0.52% 0.29% -
HSV(B) 109.23º 0.68% 0.45% -
XYZ 7.65 12.84 3.74 -
YUV 85.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 50 114 36 0.56 0 0.68 0.55 109.23 0.52 0.29
Hex 32 72 24 38 0 44 37 6D 34 1D
Octal 62 162 44 70 0 104 67 155 64 35
Binary 110010 1110010 100100 111000 0 1000100 110111 1101101 110100 11101

Color Harmonies of #327224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327224

Black with #327224

Text Example


Text Example

White with #327224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327224; }

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

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

background-color css

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

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

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

border-color css

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

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

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