Html Css Color HEX #428424 Bilbao

📋 copy color: '#428424'

red 66 ◦ green 132 ◦ blue 36

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

Shades of Bilbao #428424

Tints of Bilbao #428424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

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

R = 28.21%
G = 56.41%
B = 15.38%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#428424 (or 0x428424) is known color: Bilbao. HEX triplet: 42, 84 and 24. RGB value is (66,132,36). Sum of RGB (Red+Green+Blue) = 66+132+36=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #428424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428424 is #BD7BDB. Grayscale: #656565. Windows color (decimal): -12418012 or 2393154. OLE color: 2393154.

HSL color Cylindrical-coordinate representation of color #428424: hue angle of 101.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428424 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 36 -
CMYK 0.5 0 0.73 0.48
HSL 101.25º 0.57% 0.33% -
HSV(B) 101.25º 0.73% 0.52% -
XYZ 10.82 17.79 4.53 -
YUV 101.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 66 132 36 0.5 0 0.73 0.48 101.25 0.57 0.33
Hex 42 84 24 32 0 49 30 65 39 21
Octal 102 204 44 62 0 111 60 145 71 41
Binary 1000010 10000100 100100 110010 0 1001001 110000 1100101 111001 100001

Color Harmonies of #428424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428424

Black with #428424

Text Example


Text Example

White with #428424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428424; }

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

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

background-color css

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

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

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

border-color css

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

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

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