Html Css Color HEX #427612 Bilbao

📋 copy color: '#427612'

red 66 ◦ green 118 ◦ blue 18

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

Shades of Bilbao #427612

Tints of Bilbao #427612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 32.67%
G = 58.42%
B = 8.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#427612 (or 0x427612) is known color: Bilbao. HEX triplet: 42, 76 and 12. RGB value is (66,118,18). Sum of RGB (Red+Green+Blue) = 66+118+18=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #427612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427612 is #BD89ED. Grayscale: #5B5B5B. Windows color (decimal): -12421614 or 1209922. OLE color: 1209922.

HSL color Cylindrical-coordinate representation of color #427612: hue angle of 91.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #427612 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 18 -
CMYK 0.44 0 0.85 0.54
HSL 91.2º 0.74% 0.27% -
HSV(B) 91.2º 0.85% 0.46% -
XYZ 8.83 14.16 2.84 -
YUV 91.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 66 118 18 0.44 0 0.85 0.54 91.2 0.74 0.27
Hex 42 76 12 2C 0 55 36 5B 4A 1B
Octal 102 166 22 54 0 125 66 133 112 33
Binary 1000010 1110110 10010 101100 0 1010101 110110 1011011 1001010 11011

Color Harmonies of #427612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427612

Black with #427612

Text Example


Text Example

White with #427612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427612; }

 p { color: rgb(66,118,18); }

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

background-color css

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

 a { background-color: rgb(66,118,18); }

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

border-color css

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

 span { border-color: rgb(66,118,18); }

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