Html Css Color HEX #428015 Bilbao

📋 copy color: '#428015'

red 66 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #428015

Tints of Bilbao #428015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 30.7%
G = 59.53%
B = 9.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#428015 (or 0x428015) is known color: Bilbao. HEX triplet: 42, 80 and 15. RGB value is (66,128,21). Sum of RGB (Red+Green+Blue) = 66+128+21=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #428015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428015 is #BD7FEA. Grayscale: #616161. Windows color (decimal): -12419051 or 1409090. OLE color: 1409090.

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

Color convert

RGB 66 128 21 -
CMYK 0.48 0 0.84 0.50
HSL 94.77º 0.72% 0.29% -
HSV(B) 94.77º 0.84% 0.5% -
XYZ 10.1 16.65 3.39 -
YUV 97.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 66 128 21 0.48 0 0.84 0.50 94.77 0.72 0.29
Hex 42 80 15 30 0 54 32 5F 48 1D
Octal 102 200 25 60 0 124 62 137 110 35
Binary 1000010 10000000 10101 110000 0 1010100 110010 1011111 1001000 11101

Color Harmonies of #428015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428015

Black with #428015

Text Example


Text Example

White with #428015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428015; }

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

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

background-color css

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

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

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

border-color css

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

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

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