Html Css Color HEX #428462 Como

📋 copy color: '#428462'

red 66 ◦ green 132 ◦ blue 98

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

Shades of Como #428462

Tints of Como #428462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 22.3%
G = 44.59%
B = 33.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#428462 (or 0x428462) is known color: Como. HEX triplet: 42, 84 and 62. RGB value is (66,132,98). Sum of RGB (Red+Green+Blue) = 66+132+98=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #428462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428462 is #BD7B9D. Grayscale: #6C6C6C. Windows color (decimal): -12417950 or 6456386. OLE color: 6456386.

HSL color Cylindrical-coordinate representation of color #428462: hue angle of 149.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428462 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 98 -
CMYK 0.5 0 0.26 0.48
HSL 149.09º 0.33% 0.39% -
HSV(B) 149.09º 0.5% 0.52% -
XYZ 12.7 18.54 14.46 -
YUV 108.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 66 132 98 0.5 0 0.26 0.48 149.09 0.33 0.39
Hex 42 84 62 32 0 1A 30 95 21 27
Octal 102 204 142 62 0 32 60 225 41 47
Binary 1000010 10000100 1100010 110010 0 11010 110000 10010101 100001 100111

Color Harmonies of #428462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428462

Black with #428462

Text Example


Text Example

White with #428462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428462; }

 p { color: rgb(66,132,98); }

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

background-color css

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

 a { background-color: rgb(66,132,98); }

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

border-color css

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

 span { border-color: rgb(66,132,98); }

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