Html Css Color HEX #428904 Bilbao

📋 copy color: '#428904'

red 66 ◦ green 137 ◦ blue 4

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

Shades of Bilbao #428904

Tints of Bilbao #428904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.18%

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

R = 31.88%
G = 66.18%
B = 1.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#428904 (or 0x428904) is known color: Bilbao. HEX triplet: 42, 89 and 04. RGB value is (66,137,4). Sum of RGB (Red+Green+Blue) = 66+137+4=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #428904 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428904 is #BD76FB. Grayscale: #656565. Windows color (decimal): -12416764 or 297282. OLE color: 297282.

HSL color Cylindrical-coordinate representation of color #428904: hue angle of 92.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #428904 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 4 -
CMYK 0.52 0 0.97 0.46
HSL 92.03º 0.94% 0.28% -
HSV(B) 92.03º 0.97% 0.54% -
XYZ 11.21 19.06 3.2 -
YUV 100.61 73.48 103.31 -
System Red Green Blue C M Y K H S L
Decimal 66 137 4 0.52 0 0.97 0.46 92.03 0.94 0.28
Hex 42 89 4 34 0 61 2E 5C 5E 1C
Octal 102 211 4 64 0 141 56 134 136 34
Binary 1000010 10001001 100 110100 0 1100001 101110 1011100 1011110 11100

Color Harmonies of #428904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428904

Black with #428904

Text Example


Text Example

White with #428904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428904; }

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

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

background-color css

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

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

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

border-color css

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

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

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