Html Css Color HEX #427219 Bilbao

📋 copy color: '#427219'

red 66 ◦ green 114 ◦ blue 25

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

Shades of Bilbao #427219

Tints of Bilbao #427219

RGB

 RED value IS 66 (26.17% from 255) = 32.2%

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

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

R = 32.2%
G = 55.61%
B = 12.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#427219 (or 0x427219) is known color: Bilbao. HEX triplet: 42, 72 and 19. RGB value is (66,114,25). Sum of RGB (Red+Green+Blue) = 66+114+25=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #427219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427219 is #BD8DE6. Grayscale: #595959. Windows color (decimal): -12422631 or 1667650. OLE color: 1667650.

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

Color convert

RGB 66 114 25 -
CMYK 0.42 0 0.78 0.55
HSL 92.36º 0.64% 0.27% -
HSV(B) 92.36º 0.78% 0.45% -
XYZ 8.44 13.26 3.03 -
YUV 89.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 66 114 25 0.42 0 0.78 0.55 92.36 0.64 0.27
Hex 42 72 19 2A 0 4E 37 5C 40 1B
Octal 102 162 31 52 0 116 67 134 100 33
Binary 1000010 1110010 11001 101010 0 1001110 110111 1011100 1000000 11011

Color Harmonies of #427219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427219

Black with #427219

Text Example


Text Example

White with #427219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427219; }

 p { color: rgb(66,114,25); }

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

background-color css

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

 a { background-color: rgb(66,114,25); }

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

border-color css

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

 span { border-color: rgb(66,114,25); }

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