Html Css Color HEX #428504 Bilbao

📋 copy color: '#428504'

red 66 ◦ green 133 ◦ blue 4

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

Shades of Bilbao #428504

Tints of Bilbao #428504

RGB

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

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

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

R = 32.51%
G = 65.52%
B = 1.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#428504 (or 0x428504) is known color: Bilbao. HEX triplet: 42, 85 and 04. RGB value is (66,133,4). Sum of RGB (Red+Green+Blue) = 66+133+4=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #428504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428504 is #BD7AFB. Grayscale: #626262. Windows color (decimal): -12417788 or 296258. OLE color: 296258.

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

Color convert

RGB 66 133 4 -
CMYK 0.50 0 0.97 0.48
HSL 91.16º 0.94% 0.27% -
HSV(B) 91.16º 0.97% 0.52% -
XYZ 10.66 17.94 3.02 -
YUV 98.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 66 133 4 0.50 0 0.97 0.48 91.16 0.94 0.27
Hex 42 85 4 32 0 61 30 5B 5E 1B
Octal 102 205 4 62 0 141 60 133 136 33
Binary 1000010 10000101 100 110010 0 1100001 110000 1011011 1011110 11011

Color Harmonies of #428504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428504

Black with #428504

Text Example


Text Example

White with #428504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428504; }

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

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

background-color css

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

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

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

border-color css

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

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

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