Html Css Color HEX #428005 Bilbao

📋 copy color: '#428005'

red 66 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #428005

Tints of Bilbao #428005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 33.17%
G = 64.32%
B = 2.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#428005 (or 0x428005) is known color: Bilbao. HEX triplet: 42, 80 and 05. RGB value is (66,128,5). Sum of RGB (Red+Green+Blue) = 66+128+5=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #428005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428005 is #BD7FFA. Grayscale: #5F5F5F. Windows color (decimal): -12419067 or 360514. OLE color: 360514.

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

Color convert

RGB 66 128 5 -
CMYK 0.48 0 0.96 0.50
HSL 90.24º 0.92% 0.26% -
HSV(B) 90.24º 0.96% 0.5% -
XYZ 9.99 16.61 2.82 -
YUV 95.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 66 128 5 0.48 0 0.96 0.50 90.24 0.92 0.26
Hex 42 80 5 30 0 60 32 5A 5C 1A
Octal 102 200 5 60 0 140 62 132 134 32
Binary 1000010 10000000 101 110000 0 1100000 110010 1011010 1011100 11010

Color Harmonies of #428005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428005

Black with #428005

Text Example


Text Example

White with #428005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428005; }

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

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

background-color css

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

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

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

border-color css

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

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

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