Html Css Color HEX #428004 Bilbao

📋 copy color: '#428004'

red 66 ◦ green 128 ◦ blue 4

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

Shades of Bilbao #428004

Tints of Bilbao #428004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64.65%

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 33.33%
G = 64.65%
B = 2.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#428004 (or 0x428004) is known color: Bilbao. HEX triplet: 42, 80 and 04. RGB value is (66,128,4). Sum of RGB (Red+Green+Blue) = 66+128+4=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 128 (50.39% from 255 or 64.65% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 128 - color contains mainly: green. Hex color #428004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428004 is #BD7FFB. Grayscale: #5F5F5F. Windows color (decimal): -12419068 or 294978. OLE color: 294978.

HSL color Cylindrical-coordinate representation of color #428004: hue angle of 90º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #428004 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 4 -
CMYK 0.48 0 0.97 0.50
HSL 90º 0.94% 0.26% -
HSV(B) 90º 0.97% 0.5% -
XYZ 9.99 16.61 2.79 -
YUV 95.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 66 128 4 0.48 0 0.97 0.50 90 0.94 0.26
Hex 42 80 4 30 0 61 32 5A 5E 1A
Octal 102 200 4 60 0 141 62 132 136 32
Binary 1000010 10000000 100 110000 0 1100001 110010 1011010 1011110 11010

Color Harmonies of #428004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428004

Black with #428004

Text Example


Text Example

White with #428004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428004; }

 p { color: rgb(66,128,4); }

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

background-color css

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

 a { background-color: rgb(66,128,4); }

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

border-color css

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

 span { border-color: rgb(66,128,4); }

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