Html Css Color HEX #428519 Bilbao

📋 copy color: '#428519'

red 66 ◦ green 133 ◦ blue 25

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

Shades of Bilbao #428519

Tints of Bilbao #428519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.38%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 29.46%
G = 59.38%
B = 11.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#428519 (or 0x428519) is known color: Bilbao. HEX triplet: 42, 85 and 19. RGB value is (66,133,25). Sum of RGB (Red+Green+Blue) = 66+133+25=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #428519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428519 is #BD7AE6. Grayscale: #656565. Windows color (decimal): -12417767 or 1672514. OLE color: 1672514.

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

Color convert

RGB 66 133 25 -
CMYK 0.50 0 0.81 0.48
HSL 97.22º 0.68% 0.31% -
HSV(B) 97.22º 0.81% 0.52% -
XYZ 10.81 18 3.82 -
YUV 100.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 66 133 25 0.50 0 0.81 0.48 97.22 0.68 0.31
Hex 42 85 19 32 0 51 30 61 44 1F
Octal 102 205 31 62 0 121 60 141 104 37
Binary 1000010 10000101 11001 110010 0 1010001 110000 1100001 1000100 11111

Color Harmonies of #428519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428519

Black with #428519

Text Example


Text Example

White with #428519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428519; }

 p { color: rgb(66,133,25); }

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

background-color css

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

 a { background-color: rgb(66,133,25); }

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

border-color css

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

 span { border-color: rgb(66,133,25); }

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