Html Css Color HEX #327625 Bilbao

📋 copy color: '#327625'

red 50 ◦ green 118 ◦ blue 37

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

Shades of Bilbao #327625

Tints of Bilbao #327625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.56%

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

R = 24.39%
G = 57.56%
B = 18.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#327625 (or 0x327625) is known color: Bilbao. HEX triplet: 32, 76 and 25. RGB value is (50,118,37). Sum of RGB (Red+Green+Blue) = 50+118+37=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #327625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327625 is #CD89DA. Grayscale: #585858. Windows color (decimal): -13470171 or 2455090. OLE color: 2455090.

HSL color Cylindrical-coordinate representation of color #327625: hue angle of 110.37º degrees, saturation: 0.52, 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 #327625 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 37 -
CMYK 0.58 0 0.69 0.54
HSL 110.37º 0.52% 0.3% -
HSV(B) 110.37º 0.69% 0.46% -
XYZ 8.13 13.77 3.98 -
YUV 88.43 98.97 100.59 -
System Red Green Blue C M Y K H S L
Decimal 50 118 37 0.58 0 0.69 0.54 110.37 0.52 0.3
Hex 32 76 25 3A 0 45 36 6E 34 1E
Octal 62 166 45 72 0 105 66 156 64 36
Binary 110010 1110110 100101 111010 0 1000101 110110 1101110 110100 11110

Color Harmonies of #327625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327625

Black with #327625

Text Example


Text Example

White with #327625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327625; }

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

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

background-color css

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

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

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

border-color css

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

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

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