Html Css Color HEX #427F14 Bilbao

📋 copy color: '#427F14'

red 66 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #427F14

Tints of Bilbao #427F14

RGB

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

 GREEN value IS 127 (50% from 255) = 59.62%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 30.99%
G = 59.62%
B = 9.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#427F14 (or 0x427F14) is known color: Bilbao. HEX triplet: 42, 7F and 14. RGB value is (66,127,20). Sum of RGB (Red+Green+Blue) = 66+127+20=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #427F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F14 is #BD80EB. Grayscale: #606060. Windows color (decimal): -12419308 or 1343298. OLE color: 1343298.

HSL color Cylindrical-coordinate representation of color #427F14: hue angle of 94.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #427F14 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 20 -
CMYK 0.48 0 0.84 0.50
HSL 94.21º 0.73% 0.29% -
HSV(B) 94.21º 0.84% 0.5% -
XYZ 9.96 16.39 3.3 -
YUV 96.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 66 127 20 0.48 0 0.84 0.50 94.21 0.73 0.29
Hex 42 7F 14 30 0 54 32 5E 49 1D
Octal 102 177 24 60 0 124 62 136 111 35
Binary 1000010 1111111 10100 110000 0 1010100 110010 1011110 1001001 11101

Color Harmonies of #427F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F14

Black with #427F14

Text Example


Text Example

White with #427F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427F14; }

 p { color: rgb(66,127,20); }

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

background-color css

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

 a { background-color: rgb(66,127,20); }

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

border-color css

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

 span { border-color: rgb(66,127,20); }

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