Html Css Color HEX #327019 Bilbao

📋 copy color: '#327019'

red 50 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #327019

Tints of Bilbao #327019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.89%

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 26.74%
G = 59.89%
B = 13.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#327019 (or 0x327019) is known color: Bilbao. HEX triplet: 32, 70 and 19. RGB value is (50,112,25). Sum of RGB (Red+Green+Blue) = 50+112+25=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #327019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327019 is #CD8FE6. Grayscale: #535353. Windows color (decimal): -13471719 or 1667122. OLE color: 1667122.

HSL color Cylindrical-coordinate representation of color #327019: hue angle of 102.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327019 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 25 -
CMYK 0.55 0 0.78 0.56
HSL 102.76º 0.64% 0.27% -
HSV(B) 102.76º 0.78% 0.44% -
XYZ 7.29 12.34 2.92 -
YUV 83.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 50 112 25 0.55 0 0.78 0.56 102.76 0.64 0.27
Hex 32 70 19 37 0 4E 38 67 40 1B
Octal 62 160 31 67 0 116 70 147 100 33
Binary 110010 1110000 11001 110111 0 1001110 111000 1100111 1000000 11011

Color Harmonies of #327019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327019

Black with #327019

Text Example


Text Example

White with #327019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327019; }

 p { color: rgb(50,112,25); }

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

background-color css

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

 a { background-color: rgb(50,112,25); }

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

border-color css

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

 span { border-color: rgb(50,112,25); }

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