Html Css Color HEX #427406 Bilbao

📋 copy color: '#427406'

red 66 ◦ green 116 ◦ blue 6

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

Shades of Bilbao #427406

Tints of Bilbao #427406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 6 (2.73% from 255) = 3.19%

R = 35.11%
G = 61.7%
B = 3.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#427406 (or 0x427406) is known color: Bilbao. HEX triplet: 42, 74 and 06. RGB value is (66,116,6). Sum of RGB (Red+Green+Blue) = 66+116+6=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #427406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427406 is #BD8BF9. Grayscale: #585858. Windows color (decimal): -12422138 or 422978. OLE color: 422978.

HSL color Cylindrical-coordinate representation of color #427406: hue angle of 87.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #427406 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 6 -
CMYK 0.43 0 0.95 0.55
HSL 87.27º 0.9% 0.24% -
HSV(B) 87.27º 0.95% 0.45% -
XYZ 8.53 13.66 2.36 -
YUV 88.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 66 116 6 0.43 0 0.95 0.55 87.27 0.9 0.24
Hex 42 74 6 2B 0 5F 37 57 5A 18
Octal 102 164 6 53 0 137 67 127 132 30
Binary 1000010 1110100 110 101011 0 1011111 110111 1010111 1011010 11000

Color Harmonies of #427406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427406

Black with #427406

Text Example


Text Example

White with #427406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427406; }

 p { color: rgb(66,116,6); }

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

background-color css

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

 a { background-color: rgb(66,116,6); }

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

border-color css

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

 span { border-color: rgb(66,116,6); }

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