Html Css Color HEX #428312 Bilbao

📋 copy color: '#428312'

red 66 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #428312

Tints of Bilbao #428312

RGB

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

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

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

R = 30.7%
G = 60.93%
B = 8.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#428312 (or 0x428312) is known color: Bilbao. HEX triplet: 42, 83 and 12. RGB value is (66,131,18). Sum of RGB (Red+Green+Blue) = 66+131+18=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #428312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428312 is #BD7CED. Grayscale: #636363. Windows color (decimal): -12418286 or 1213250. OLE color: 1213250.

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

Color convert

RGB 66 131 18 -
CMYK 0.50 0 0.86 0.49
HSL 94.51º 0.76% 0.29% -
HSV(B) 94.51º 0.86% 0.51% -
XYZ 10.47 17.43 3.39 -
YUV 98.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 66 131 18 0.50 0 0.86 0.49 94.51 0.76 0.29
Hex 42 83 12 32 0 56 31 5F 4C 1D
Octal 102 203 22 62 0 126 61 137 114 35
Binary 1000010 10000011 10010 110010 0 1010110 110001 1011111 1001100 11101

Color Harmonies of #428312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428312

Black with #428312

Text Example


Text Example

White with #428312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428312; }

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

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

background-color css

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

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

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

border-color css

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

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

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