Html Css Color HEX #428415 Bilbao

📋 copy color: '#428415'

red 66 ◦ green 132 ◦ blue 21

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

Shades of Bilbao #428415

Tints of Bilbao #428415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

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

R = 30.14%
G = 60.27%
B = 9.59%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#428415 (or 0x428415) is known color: Bilbao. HEX triplet: 42, 84 and 15. RGB value is (66,132,21). Sum of RGB (Red+Green+Blue) = 66+132+21=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #428415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428415 is #BD7BEA. Grayscale: #636363. Windows color (decimal): -12418027 or 1410114. OLE color: 1410114.

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

Color convert

RGB 66 132 21 -
CMYK 0.5 0 0.84 0.48
HSL 95.68º 0.73% 0.3% -
HSV(B) 95.68º 0.84% 0.52% -
XYZ 10.63 17.71 3.57 -
YUV 99.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 66 132 21 0.5 0 0.84 0.48 95.68 0.73 0.3
Hex 42 84 15 32 0 54 30 60 49 1E
Octal 102 204 25 62 0 124 60 140 111 36
Binary 1000010 10000100 10101 110010 0 1010100 110000 1100000 1001001 11110

Color Harmonies of #428415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428415

Black with #428415

Text Example


Text Example

White with #428415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428415; }

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

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

background-color css

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

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

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

border-color css

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

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

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