Html Css Color HEX #327125 Bilbao

📋 copy color: '#327125'

red 50 ◦ green 113 ◦ blue 37

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

Shades of Bilbao #327125

Tints of Bilbao #327125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

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

R = 25%
G = 56.5%
B = 18.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#327125 (or 0x327125) is known color: Bilbao. HEX triplet: 32, 71 and 25. RGB value is (50,113,37). Sum of RGB (Red+Green+Blue) = 50+113+37=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #327125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327125 is #CD8EDA. Grayscale: #555555. Windows color (decimal): -13471451 or 2453810. OLE color: 2453810.

HSL color Cylindrical-coordinate representation of color #327125: hue angle of 109.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327125 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 37 -
CMYK 0.56 0 0.67 0.56
HSL 109.74º 0.51% 0.29% -
HSV(B) 109.74º 0.67% 0.44% -
XYZ 7.55 12.62 3.79 -
YUV 85.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 50 113 37 0.56 0 0.67 0.56 109.74 0.51 0.29
Hex 32 71 25 38 0 43 38 6E 33 1D
Octal 62 161 45 70 0 103 70 156 63 35
Binary 110010 1110001 100101 111000 0 1000011 111000 1101110 110011 11101

Color Harmonies of #327125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327125

Black with #327125

Text Example


Text Example

White with #327125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327125; }

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

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

background-color css

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

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

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

border-color css

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

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

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