Html Css Color HEX #428615 Bilbao

📋 copy color: '#428615'

red 66 ◦ green 134 ◦ blue 21

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

Shades of Bilbao #428615

Tints of Bilbao #428615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.63%

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

R = 29.86%
G = 60.63%
B = 9.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#428615 (or 0x428615) is known color: Bilbao. HEX triplet: 42, 86 and 15. RGB value is (66,134,21). Sum of RGB (Red+Green+Blue) = 66+134+21=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #428615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428615 is #BD79EA. Grayscale: #656565. Windows color (decimal): -12417515 or 1410626. OLE color: 1410626.

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

Color convert

RGB 66 134 21 -
CMYK 0.51 0 0.84 0.47
HSL 96.11º 0.73% 0.3% -
HSV(B) 96.11º 0.84% 0.53% -
XYZ 10.91 18.26 3.66 -
YUV 100.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 66 134 21 0.51 0 0.84 0.47 96.11 0.73 0.3
Hex 42 86 15 33 0 54 2F 60 49 1E
Octal 102 206 25 63 0 124 57 140 111 36
Binary 1000010 10000110 10101 110011 0 1010100 101111 1100000 1001001 11110

Color Harmonies of #428615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428615

Black with #428615

Text Example


Text Example

White with #428615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428615; }

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

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

background-color css

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

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

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

border-color css

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

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

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