Html Css Color HEX #428260 Como

📋 copy color: '#428260'

red 66 ◦ green 130 ◦ blue 96

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

Shades of Como #428260

Tints of Como #428260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 22.6%
G = 44.52%
B = 32.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#428260 (or 0x428260) is known color: Como. HEX triplet: 42, 82 and 60. RGB value is (66,130,96). Sum of RGB (Red+Green+Blue) = 66+130+96=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #428260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428260 is #BD7D9F. Grayscale: #6B6B6B. Windows color (decimal): -12418464 or 6324802. OLE color: 6324802.

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

Color convert

RGB 66 130 96 -
CMYK 0.49 0 0.26 0.49
HSL 148.13º 0.33% 0.38% -
HSV(B) 148.13º 0.49% 0.51% -
XYZ 12.34 17.97 13.88 -
YUV 106.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 66 130 96 0.49 0 0.26 0.49 148.13 0.33 0.38
Hex 42 82 60 31 0 1A 31 94 21 26
Octal 102 202 140 61 0 32 61 224 41 46
Binary 1000010 10000010 1100000 110001 0 11010 110001 10010100 100001 100110

Color Harmonies of #428260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428260

Black with #428260

Text Example


Text Example

White with #428260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428260; }

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

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

background-color css

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

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

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

border-color css

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

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

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