Html Css Color HEX #427506 Bilbao

📋 copy color: '#427506'

red 66 ◦ green 117 ◦ blue 6

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

Shades of Bilbao #427506

Tints of Bilbao #427506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

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

R = 34.92%
G = 61.9%
B = 3.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#427506 (or 0x427506) is known color: Bilbao. HEX triplet: 42, 75 and 06. RGB value is (66,117,6). Sum of RGB (Red+Green+Blue) = 66+117+6=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #427506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427506 is #BD8AF9. Grayscale: #595959. Windows color (decimal): -12421882 or 423234. OLE color: 423234.

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

Color convert

RGB 66 117 6 -
CMYK 0.44 0 0.95 0.54
HSL 87.57º 0.9% 0.24% -
HSV(B) 87.57º 0.95% 0.46% -
XYZ 8.64 13.89 2.4 -
YUV 89.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 66 117 6 0.44 0 0.95 0.54 87.57 0.9 0.24
Hex 42 75 6 2C 0 5F 36 58 5A 18
Octal 102 165 6 54 0 137 66 130 132 30
Binary 1000010 1110101 110 101100 0 1011111 110110 1011000 1011010 11000

Color Harmonies of #427506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427506

Black with #427506

Text Example


Text Example

White with #427506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427506; }

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

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

background-color css

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

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

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

border-color css

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

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

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