Html Css Color HEX #427712 Bilbao

📋 copy color: '#427712'

red 66 ◦ green 119 ◦ blue 18

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

Shades of Bilbao #427712

Tints of Bilbao #427712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.62%

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

R = 32.51%
G = 58.62%
B = 8.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#427712 (or 0x427712) is known color: Bilbao. HEX triplet: 42, 77 and 12. RGB value is (66,119,18). Sum of RGB (Red+Green+Blue) = 66+119+18=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #427712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427712 is #BD88ED. Grayscale: #5B5B5B. Windows color (decimal): -12421358 or 1210178. OLE color: 1210178.

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

Color convert

RGB 66 119 18 -
CMYK 0.45 0 0.85 0.53
HSL 91.49º 0.74% 0.27% -
HSV(B) 91.49º 0.85% 0.47% -
XYZ 8.95 14.4 2.88 -
YUV 91.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 66 119 18 0.45 0 0.85 0.53 91.49 0.74 0.27
Hex 42 77 12 2D 0 55 35 5B 4A 1B
Octal 102 167 22 55 0 125 65 133 112 33
Binary 1000010 1110111 10010 101101 0 1010101 110101 1011011 1001010 11011

Color Harmonies of #427712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427712

Black with #427712

Text Example


Text Example

White with #427712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427712; }

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

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

background-color css

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

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

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

border-color css

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

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

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