Html Css Color HEX #427705 Bilbao

📋 copy color: '#427705'

red 66 ◦ green 119 ◦ blue 5

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

Shades of Bilbao #427705

Tints of Bilbao #427705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.63%

R = 34.74%
G = 62.63%
B = 2.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#427705 (or 0x427705) is known color: Bilbao. HEX triplet: 42, 77 and 05. RGB value is (66,119,5). Sum of RGB (Red+Green+Blue) = 66+119+5=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #427705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427705 is #BD88FA. Grayscale: #5A5A5A. Windows color (decimal): -12421371 or 358210. OLE color: 358210.

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

Color convert

RGB 66 119 5 -
CMYK 0.45 0 0.96 0.53
HSL 87.89º 0.92% 0.24% -
HSV(B) 87.89º 0.96% 0.47% -
XYZ 8.87 14.36 2.45 -
YUV 90.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 66 119 5 0.45 0 0.96 0.53 87.89 0.92 0.24
Hex 42 77 5 2D 0 60 35 58 5C 18
Octal 102 167 5 55 0 140 65 130 134 30
Binary 1000010 1110111 101 101101 0 1100000 110101 1011000 1011100 11000

Color Harmonies of #427705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427705

Black with #427705

Text Example


Text Example

White with #427705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427705; }

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

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

background-color css

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

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

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

border-color css

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

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

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