Html Css Color HEX #427820 Bilbao

📋 copy color: '#427820'

red 66 ◦ green 120 ◦ blue 32

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

Shades of Bilbao #427820

Tints of Bilbao #427820

RGB

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

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

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

R = 30.28%
G = 55.05%
B = 14.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#427820 (or 0x427820) is known color: Bilbao. HEX triplet: 42, 78 and 20. RGB value is (66,120,32). Sum of RGB (Red+Green+Blue) = 66+120+32=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #427820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427820 is #BD87DF. Grayscale: #5E5E5E. Windows color (decimal): -12421088 or 2127938. OLE color: 2127938.

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

Color convert

RGB 66 120 32 -
CMYK 0.45 0 0.73 0.53
HSL 96.82º 0.58% 0.3% -
HSV(B) 96.82º 0.73% 0.47% -
XYZ 9.22 14.7 3.72 -
YUV 93.82 93.11 108.16 -
System Red Green Blue C M Y K H S L
Decimal 66 120 32 0.45 0 0.73 0.53 96.82 0.58 0.3
Hex 42 78 20 2D 0 49 35 61 3A 1E
Octal 102 170 40 55 0 111 65 141 72 36
Binary 1000010 1111000 100000 101101 0 1001001 110101 1100001 111010 11110

Color Harmonies of #427820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427820

Black with #427820

Text Example


Text Example

White with #427820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427820; }

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

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

background-color css

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

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

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

border-color css

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

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

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