Html Css Color HEX #427E20 Bilbao

📋 copy color: '#427E20'

red 66 ◦ green 126 ◦ blue 32

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

Shades of Bilbao #427E20

Tints of Bilbao #427E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 56.25%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 29.46%
G = 56.25%
B = 14.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#427E20 (or 0x427E20) is known color: Bilbao. HEX triplet: 42, 7E and 20. RGB value is (66,126,32). Sum of RGB (Red+Green+Blue) = 66+126+32=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #427E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E20 is #BD81DF. Grayscale: #616161. Windows color (decimal): -12419552 or 2129474. OLE color: 2129474.

HSL color Cylindrical-coordinate representation of color #427E20: hue angle of 98.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #427E20 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 32 -
CMYK 0.48 0 0.75 0.51
HSL 98.3º 0.59% 0.31% -
HSV(B) 98.3º 0.75% 0.49% -
XYZ 9.97 16.18 3.96 -
YUV 97.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 66 126 32 0.48 0 0.75 0.51 98.3 0.59 0.31
Hex 42 7E 20 30 0 4B 33 62 3B 1F
Octal 102 176 40 60 0 113 63 142 73 37
Binary 1000010 1111110 100000 110000 0 1001011 110011 1100010 111011 11111

Color Harmonies of #427E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E20

Black with #427E20

Text Example


Text Example

White with #427E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,32); }

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

background-color css

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

 a { background-color: rgb(66,126,32); }

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

border-color css

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

 span { border-color: rgb(66,126,32); }

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