Html Css Color HEX #427920 Bilbao

📋 copy color: '#427920'

red 66 ◦ green 121 ◦ blue 32

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

Shades of Bilbao #427920

Tints of Bilbao #427920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.25%

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

R = 30.14%
G = 55.25%
B = 14.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#427920 (or 0x427920) is known color: Bilbao. HEX triplet: 42, 79 and 20. RGB value is (66,121,32). Sum of RGB (Red+Green+Blue) = 66+121+32=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #427920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427920 is #BD86DF. Grayscale: #5E5E5E. Windows color (decimal): -12420832 or 2128194. OLE color: 2128194.

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

Color convert

RGB 66 121 32 -
CMYK 0.45 0 0.74 0.53
HSL 97.08º 0.58% 0.3% -
HSV(B) 97.08º 0.74% 0.47% -
XYZ 9.34 14.94 3.76 -
YUV 94.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 66 121 32 0.45 0 0.74 0.53 97.08 0.58 0.3
Hex 42 79 20 2D 0 4A 35 61 3A 1E
Octal 102 171 40 55 0 112 65 141 72 36
Binary 1000010 1111001 100000 101101 0 1001010 110101 1100001 111010 11110

Color Harmonies of #427920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427920

Black with #427920

Text Example


Text Example

White with #427920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427920; }

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

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

background-color css

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

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

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

border-color css

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

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

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