Html Css Color HEX #427707 Bilbao

📋 copy color: '#427707'

red 66 ◦ green 119 ◦ blue 7

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

Shades of Bilbao #427707

Tints of Bilbao #427707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.65%

R = 34.38%
G = 61.98%
B = 3.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#427707 (or 0x427707) is known color: Bilbao. HEX triplet: 42, 77 and 07. RGB value is (66,119,7). Sum of RGB (Red+Green+Blue) = 66+119+7=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #427707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427707 is #BD88F8. Grayscale: #5A5A5A. Windows color (decimal): -12421369 or 489282. OLE color: 489282.

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

Color convert

RGB 66 119 7 -
CMYK 0.45 0 0.94 0.53
HSL 88.39º 0.89% 0.25% -
HSV(B) 88.39º 0.94% 0.47% -
XYZ 8.88 14.37 2.51 -
YUV 90.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 66 119 7 0.45 0 0.94 0.53 88.39 0.89 0.25
Hex 42 77 7 2D 0 5E 35 58 59 19
Octal 102 167 7 55 0 136 65 130 131 31
Binary 1000010 1110111 111 101101 0 1011110 110101 1011000 1011001 11001

Color Harmonies of #427707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427707

Black with #427707

Text Example


Text Example

White with #427707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427707; }

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

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

background-color css

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

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

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

border-color css

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

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

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