Html Css Color HEX #428513 Bilbao

📋 copy color: '#428513'

red 66 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #428513

Tints of Bilbao #428513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 30.28%
G = 61.01%
B = 8.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#428513 (or 0x428513) is known color: Bilbao. HEX triplet: 42, 85 and 13. RGB value is (66,133,19). Sum of RGB (Red+Green+Blue) = 66+133+19=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #428513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428513 is #BD7AEC. Grayscale: #646464. Windows color (decimal): -12417773 or 1279298. OLE color: 1279298.

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

Color convert

RGB 66 133 19 -
CMYK 0.50 0 0.86 0.48
HSL 95.26º 0.75% 0.3% -
HSV(B) 95.26º 0.86% 0.52% -
XYZ 10.75 17.98 3.52 -
YUV 99.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 66 133 19 0.50 0 0.86 0.48 95.26 0.75 0.3
Hex 42 85 13 32 0 56 30 5F 4B 1E
Octal 102 205 23 62 0 126 60 137 113 36
Binary 1000010 10000101 10011 110010 0 1010110 110000 1011111 1001011 11110

Color Harmonies of #428513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428513

Black with #428513

Text Example


Text Example

White with #428513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428513; }

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

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

background-color css

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

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

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

border-color css

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

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

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