Html Css Color HEX #428228 Bilbao

📋 copy color: '#428228'

red 66 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #428228

Tints of Bilbao #428228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 27.97%
G = 55.08%
B = 16.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#428228 (or 0x428228) is known color: Bilbao. HEX triplet: 42, 82 and 28. RGB value is (66,130,40). Sum of RGB (Red+Green+Blue) = 66+130+40=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #428228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428228 is #BD7DD7. Grayscale: #646464. Windows color (decimal): -12418520 or 2654786. OLE color: 2654786.

HSL color Cylindrical-coordinate representation of color #428228: hue angle of 102.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428228 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 40 -
CMYK 0.49 0 0.69 0.49
HSL 102.67º 0.53% 0.33% -
HSV(B) 102.67º 0.69% 0.51% -
XYZ 10.61 17.28 4.78 -
YUV 100.6 93.8 103.32 -
System Red Green Blue C M Y K H S L
Decimal 66 130 40 0.49 0 0.69 0.49 102.67 0.53 0.33
Hex 42 82 28 31 0 45 31 67 35 21
Octal 102 202 50 61 0 105 61 147 65 41
Binary 1000010 10000010 101000 110001 0 1000101 110001 1100111 110101 100001

Color Harmonies of #428228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428228

Black with #428228

Text Example


Text Example

White with #428228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428228; }

 p { color: rgb(66,130,40); }

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

background-color css

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

 a { background-color: rgb(66,130,40); }

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

border-color css

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

 span { border-color: rgb(66,130,40); }

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