Html Css Color HEX #428313 Bilbao

📋 copy color: '#428313'

red 66 ◦ green 131 ◦ blue 19

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

Shades of Bilbao #428313

Tints of Bilbao #428313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.65%

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

R = 30.56%
G = 60.65%
B = 8.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#428313 (or 0x428313) is known color: Bilbao. HEX triplet: 42, 83 and 13. RGB value is (66,131,19). Sum of RGB (Red+Green+Blue) = 66+131+19=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #428313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428313 is #BD7CEC. Grayscale: #636363. Windows color (decimal): -12418285 or 1278786. OLE color: 1278786.

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

Color convert

RGB 66 131 19 -
CMYK 0.50 0 0.85 0.49
HSL 94.82º 0.75% 0.29% -
HSV(B) 94.82º 0.85% 0.51% -
XYZ 10.48 17.44 3.43 -
YUV 98.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 66 131 19 0.50 0 0.85 0.49 94.82 0.75 0.29
Hex 42 83 13 32 0 55 31 5F 4B 1D
Octal 102 203 23 62 0 125 61 137 113 35
Binary 1000010 10000011 10011 110010 0 1010101 110001 1011111 1001011 11101

Color Harmonies of #428313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428313

Black with #428313

Text Example


Text Example

White with #428313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428313; }

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

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

background-color css

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

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

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

border-color css

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

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

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