Html Css Color HEX #428115 Bilbao

📋 copy color: '#428115'

red 66 ◦ green 129 ◦ blue 21

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

Shades of Bilbao #428115

Tints of Bilbao #428115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.72%

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

R = 30.56%
G = 59.72%
B = 9.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#428115 (or 0x428115) is known color: Bilbao. HEX triplet: 42, 81 and 15. RGB value is (66,129,21). Sum of RGB (Red+Green+Blue) = 66+129+21=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #428115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428115 is #BD7EEA. Grayscale: #626262. Windows color (decimal): -12418795 or 1409346. OLE color: 1409346.

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

Color convert

RGB 66 129 21 -
CMYK 0.49 0 0.84 0.49
HSL 95º 0.72% 0.29% -
HSV(B) 95º 0.84% 0.51% -
XYZ 10.23 16.91 3.43 -
YUV 97.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 66 129 21 0.49 0 0.84 0.49 95 0.72 0.29
Hex 42 81 15 31 0 54 31 5F 48 1D
Octal 102 201 25 61 0 124 61 137 110 35
Binary 1000010 10000001 10101 110001 0 1010100 110001 1011111 1001000 11101

Color Harmonies of #428115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428115

Black with #428115

Text Example


Text Example

White with #428115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428115; }

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

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

background-color css

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

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

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

border-color css

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

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

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