Html Css Color HEX #427119 Bilbao

📋 copy color: '#427119'

red 66 ◦ green 113 ◦ blue 25

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

Shades of Bilbao #427119

Tints of Bilbao #427119

RGB

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

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

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

R = 32.35%
G = 55.39%
B = 12.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#427119 (or 0x427119) is known color: Bilbao. HEX triplet: 42, 71 and 19. RGB value is (66,113,25). Sum of RGB (Red+Green+Blue) = 66+113+25=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #427119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427119 is #BD8EE6. Grayscale: #595959. Windows color (decimal): -12422887 or 1667394. OLE color: 1667394.

HSL color Cylindrical-coordinate representation of color #427119: hue angle of 92.05º 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 #427119 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 25 -
CMYK 0.42 0 0.78 0.56
HSL 92.05º 0.64% 0.27% -
HSV(B) 92.05º 0.78% 0.44% -
XYZ 8.33 13.04 3 -
YUV 88.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 66 113 25 0.42 0 0.78 0.56 92.05 0.64 0.27
Hex 42 71 19 2A 0 4E 38 5C 40 1B
Octal 102 161 31 52 0 116 70 134 100 33
Binary 1000010 1110001 11001 101010 0 1001110 111000 1011100 1000000 11011

Color Harmonies of #427119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427119

Black with #427119

Text Example


Text Example

White with #427119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427119; }

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

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

background-color css

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

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

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

border-color css

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

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

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