Html Css Color HEX #428362 Como

📋 copy color: '#428362'

red 66 ◦ green 131 ◦ blue 98

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

Shades of Como #428362

Tints of Como #428362

RGB

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

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

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

R = 22.37%
G = 44.41%
B = 33.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#428362 (or 0x428362) is known color: Como. HEX triplet: 42, 83 and 62. RGB value is (66,131,98). Sum of RGB (Red+Green+Blue) = 66+131+98=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #428362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428362 is #BD7C9D. Grayscale: #6B6B6B. Windows color (decimal): -12418206 or 6456130. OLE color: 6456130.

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

Color convert

RGB 66 131 98 -
CMYK 0.50 0 0.25 0.49
HSL 149.54º 0.33% 0.39% -
HSV(B) 149.54º 0.5% 0.51% -
XYZ 12.57 18.27 14.42 -
YUV 107.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 66 131 98 0.50 0 0.25 0.49 149.54 0.33 0.39
Hex 42 83 62 32 0 19 31 96 21 27
Octal 102 203 142 62 0 31 61 226 41 47
Binary 1000010 10000011 1100010 110010 0 11001 110001 10010110 100001 100111

Color Harmonies of #428362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428362

Black with #428362

Text Example


Text Example

White with #428362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428362; }

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

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

background-color css

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

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

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

border-color css

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

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

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