Html Css Color HEX #427800 Bilbao

📋 copy color: '#427800'

red 66 ◦ green 120 ◦ blue 0

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

Shades of Bilbao #427800

Tints of Bilbao #427800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 64.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.48%
G = 64.52%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#427800 (or 0x427800) is known color: Bilbao. HEX triplet: 42, 78 and 00. RGB value is (66,120,0). Sum of RGB (Red+Green+Blue) = 66+120+0=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #427800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427800 is #BD87FF. Grayscale: #5A5A5A. Windows color (decimal): -12421120 or 30786. OLE color: 30786.

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

Color convert

RGB 66 120 0 -
CMYK 0.45 0 1 0.53
HSL 87º 1% 0.24% -
HSV(B) 87º 1% 0.47% -
XYZ 8.96 14.59 2.34 -
YUV 90.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 66 120 0 0.45 0 1 0.53 87 1 0.24
Hex 42 78 0 2D 0 64 35 57 64 18
Octal 102 170 0 55 0 144 65 127 144 30
Binary 1000010 1111000 0 101101 0 1100100 110101 1010111 1100100 11000

Color Harmonies of #427800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427800

Black with #427800

Text Example


Text Example

White with #427800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427800; }

 p { color: rgb(66,120,0); }

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

background-color css

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

 a { background-color: rgb(66,120,0); }

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

border-color css

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

 span { border-color: rgb(66,120,0); }

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