Html Css Color HEX #427C20 Bilbao

📋 copy color: '#427C20'

red 66 ◦ green 124 ◦ blue 32

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

Shades of Bilbao #427C20

Tints of Bilbao #427C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.86%

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

R = 29.73%
G = 55.86%
B = 14.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#427C20 (or 0x427C20) is known color: Bilbao. HEX triplet: 42, 7C and 20. RGB value is (66,124,32). Sum of RGB (Red+Green+Blue) = 66+124+32=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #427C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C20 is #BD83DF. Grayscale: #606060. Windows color (decimal): -12420064 or 2128962. OLE color: 2128962.

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

Color convert

RGB 66 124 32 -
CMYK 0.47 0 0.74 0.51
HSL 97.83º 0.59% 0.31% -
HSV(B) 97.83º 0.74% 0.49% -
XYZ 9.72 15.68 3.88 -
YUV 96.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 66 124 32 0.47 0 0.74 0.51 97.83 0.59 0.31
Hex 42 7C 20 2F 0 4A 33 62 3B 1F
Octal 102 174 40 57 0 112 63 142 73 37
Binary 1000010 1111100 100000 101111 0 1001010 110011 1100010 111011 11111

Color Harmonies of #427C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C20

Black with #427C20

Text Example


Text Example

White with #427C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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