Html Css Color HEX #428510 Bilbao

📋 copy color: '#428510'

red 66 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #428510

Tints of Bilbao #428510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 30.7%
G = 61.86%
B = 7.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#428510 (or 0x428510) is known color: Bilbao. HEX triplet: 42, 85 and 10. RGB value is (66,133,16). Sum of RGB (Red+Green+Blue) = 66+133+16=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #428510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428510 is #BD7AEF. Grayscale: #646464. Windows color (decimal): -12417776 or 1082690. OLE color: 1082690.

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

Color convert

RGB 66 133 16 -
CMYK 0.50 0 0.88 0.48
HSL 94.36º 0.79% 0.29% -
HSV(B) 94.36º 0.88% 0.52% -
XYZ 10.73 17.97 3.39 -
YUV 99.63 80.8 104.01 -
System Red Green Blue C M Y K H S L
Decimal 66 133 16 0.50 0 0.88 0.48 94.36 0.79 0.29
Hex 42 85 10 32 0 58 30 5E 4F 1D
Octal 102 205 20 62 0 130 60 136 117 35
Binary 1000010 10000101 10000 110010 0 1011000 110000 1011110 1001111 11101

Color Harmonies of #428510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428510

Black with #428510

Text Example


Text Example

White with #428510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428510; }

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

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

background-color css

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

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

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

border-color css

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

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

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