Html Css Color HEX #428418 Bilbao

📋 copy color: '#428418'

red 66 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #428418

Tints of Bilbao #428418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 29.73%
G = 59.46%
B = 10.81%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#428418 (or 0x428418) is known color: Bilbao. HEX triplet: 42, 84 and 18. RGB value is (66,132,24). Sum of RGB (Red+Green+Blue) = 66+132+24=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #428418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428418 is #BD7BE7. Grayscale: #646464. Windows color (decimal): -12418024 or 1606722. OLE color: 1606722.

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

Color convert

RGB 66 132 24 -
CMYK 0.5 0 0.82 0.48
HSL 96.67º 0.69% 0.31% -
HSV(B) 96.67º 0.82% 0.52% -
XYZ 10.66 17.73 3.72 -
YUV 99.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 66 132 24 0.5 0 0.82 0.48 96.67 0.69 0.31
Hex 42 84 18 32 0 52 30 61 45 1F
Octal 102 204 30 62 0 122 60 141 105 37
Binary 1000010 10000100 11000 110010 0 1010010 110000 1100001 1000101 11111

Color Harmonies of #428418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428418

Black with #428418

Text Example


Text Example

White with #428418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428418; }

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

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

background-color css

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

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

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

border-color css

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

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

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