Html Css Color HEX #427424 Bilbao

📋 copy color: '#427424'

red 66 ◦ green 116 ◦ blue 36

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

Shades of Bilbao #427424

Tints of Bilbao #427424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 30.28%
G = 53.21%
B = 16.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#427424 (or 0x427424) is known color: Bilbao. HEX triplet: 42, 74 and 24. RGB value is (66,116,36). Sum of RGB (Red+Green+Blue) = 66+116+36=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #427424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427424 is #BD8BDB. Grayscale: #5C5C5C. Windows color (decimal): -12422108 or 2389058. OLE color: 2389058.

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

Color convert

RGB 66 116 36 -
CMYK 0.43 0 0.69 0.55
HSL 97.5º 0.53% 0.3% -
HSV(B) 97.5º 0.69% 0.45% -
XYZ 8.81 13.78 3.86 -
YUV 91.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 66 116 36 0.43 0 0.69 0.55 97.5 0.53 0.3
Hex 42 74 24 2B 0 45 37 62 35 1E
Octal 102 164 44 53 0 105 67 142 65 36
Binary 1000010 1110100 100100 101011 0 1000101 110111 1100010 110101 11110

Color Harmonies of #427424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427424

Black with #427424

Text Example


Text Example

White with #427424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427424; }

 p { color: rgb(66,116,36); }

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

background-color css

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

 a { background-color: rgb(66,116,36); }

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

border-color css

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

 span { border-color: rgb(66,116,36); }

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