Html Css Color HEX #428505 Bilbao

📋 copy color: '#428505'

red 66 ◦ green 133 ◦ blue 5

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

Shades of Bilbao #428505

Tints of Bilbao #428505

RGB

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

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

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

R = 32.35%
G = 65.2%
B = 2.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#428505 (or 0x428505) is known color: Bilbao. HEX triplet: 42, 85 and 05. RGB value is (66,133,5). Sum of RGB (Red+Green+Blue) = 66+133+5=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #428505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428505 is #BD7AFA. Grayscale: #626262. Windows color (decimal): -12417787 or 361794. OLE color: 361794.

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

Color convert

RGB 66 133 5 -
CMYK 0.50 0 0.96 0.48
HSL 91.41º 0.93% 0.27% -
HSV(B) 91.41º 0.96% 0.52% -
XYZ 10.66 17.94 3.05 -
YUV 98.38 75.3 104.91 -
System Red Green Blue C M Y K H S L
Decimal 66 133 5 0.50 0 0.96 0.48 91.41 0.93 0.27
Hex 42 85 5 32 0 60 30 5B 5D 1B
Octal 102 205 5 62 0 140 60 133 135 33
Binary 1000010 10000101 101 110010 0 1100000 110000 1011011 1011101 11011

Color Harmonies of #428505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428505

Black with #428505

Text Example


Text Example

White with #428505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428505; }

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

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

background-color css

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

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

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

border-color css

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

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

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