Html Css Color HEX #428318 Bilbao

📋 copy color: '#428318'

red 66 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #428318

Tints of Bilbao #428318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 29.86%
G = 59.28%
B = 10.86%

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

#428318 (or 0x428318) is known color: Bilbao. HEX triplet: 42, 83 and 18. RGB value is (66,131,24). Sum of RGB (Red+Green+Blue) = 66+131+24=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #428318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428318 is #BD7CE7. Grayscale: #636363. Windows color (decimal): -12418280 or 1606466. OLE color: 1606466.

HSL color Cylindrical-coordinate representation of color #428318: hue angle of 96.45º degrees, saturation: 0.69, 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 #428318 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 24 -
CMYK 0.50 0 0.82 0.49
HSL 96.45º 0.69% 0.3% -
HSV(B) 96.45º 0.82% 0.51% -
XYZ 10.53 17.46 3.68 -
YUV 99.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 66 131 24 0.50 0 0.82 0.49 96.45 0.69 0.3
Hex 42 83 18 32 0 52 31 60 45 1E
Octal 102 203 30 62 0 122 61 140 105 36
Binary 1000010 10000011 11000 110010 0 1010010 110001 1100000 1000101 11110

Color Harmonies of #428318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428318

Black with #428318

Text Example


Text Example

White with #428318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428318; }

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

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

background-color css

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

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

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

border-color css

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

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

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