Html Css Color HEX #428317 Bilbao

📋 copy color: '#428317'

red 66 ◦ green 131 ◦ blue 23

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

Shades of Bilbao #428317

Tints of Bilbao #428317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 30%
G = 59.55%
B = 10.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#428317 (or 0x428317) is known color: Bilbao. HEX triplet: 42, 83 and 17. RGB value is (66,131,23). Sum of RGB (Red+Green+Blue) = 66+131+23=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #428317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428317 is #BD7CE8. Grayscale: #636363. Windows color (decimal): -12418281 or 1540930. OLE color: 1540930.

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

Color convert

RGB 66 131 23 -
CMYK 0.50 0 0.82 0.49
HSL 96.11º 0.7% 0.3% -
HSV(B) 96.11º 0.82% 0.51% -
XYZ 10.52 17.45 3.62 -
YUV 99.25 84.97 104.28 -
System Red Green Blue C M Y K H S L
Decimal 66 131 23 0.50 0 0.82 0.49 96.11 0.7 0.3
Hex 42 83 17 32 0 52 31 60 46 1E
Octal 102 203 27 62 0 122 61 140 106 36
Binary 1000010 10000011 10111 110010 0 1010010 110001 1100000 1000110 11110

Color Harmonies of #428317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428317

Black with #428317

Text Example


Text Example

White with #428317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428317; }

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

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

background-color css

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

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

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

border-color css

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

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

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