Html Css Color HEX #428512 Bilbao

📋 copy color: '#428512'

red 66 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #428512

Tints of Bilbao #428512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 30.41%
G = 61.29%
B = 8.29%

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

#428512 (or 0x428512) is known color: Bilbao. HEX triplet: 42, 85 and 12. RGB value is (66,133,18). Sum of RGB (Red+Green+Blue) = 66+133+18=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #428512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428512 is #BD7AED. Grayscale: #646464. Windows color (decimal): -12417774 or 1213762. OLE color: 1213762.

HSL color Cylindrical-coordinate representation of color #428512: hue angle of 94.96º degrees, saturation: 0.76, 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 #428512 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 18 -
CMYK 0.50 0 0.86 0.48
HSL 94.96º 0.76% 0.3% -
HSV(B) 94.96º 0.86% 0.52% -
XYZ 10.74 17.98 3.48 -
YUV 99.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 66 133 18 0.50 0 0.86 0.48 94.96 0.76 0.3
Hex 42 85 12 32 0 56 30 5F 4C 1E
Octal 102 205 22 62 0 126 60 137 114 36
Binary 1000010 10000101 10010 110010 0 1010110 110000 1011111 1001100 11110

Color Harmonies of #428512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428512

Black with #428512

Text Example


Text Example

White with #428512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428512; }

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

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

background-color css

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

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

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

border-color css

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

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

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