Html Css Color HEX #468158 Como

📋 copy color: '#468158'

red 70 ◦ green 129 ◦ blue 88

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

Shades of Como #468158

Tints of Como #468158

RGB

 RED value IS 70 (27.73% from 255) = 24.39%

 GREEN value IS 129 (50.78% from 255) = 44.95%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 24.39%
G = 44.95%
B = 30.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#468158 (or 0x468158) is known color: Como. HEX triplet: 46, 81 and 58. RGB value is (70,129,88). Sum of RGB (Red+Green+Blue) = 70+129+88=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #468158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468158 is #B97EA7. Grayscale: #6A6A6A. Windows color (decimal): -12156584 or 5800262. OLE color: 5800262.

HSL color Cylindrical-coordinate representation of color #468158: hue angle of 138.31º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468158 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 88 -
CMYK 0.46 0 0.32 0.49
HSL 138.31º 0.3% 0.39% -
HSV(B) 138.31º 0.46% 0.51% -
XYZ 12.14 17.71 12.01 -
YUV 106.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 70 129 88 0.46 0 0.32 0.49 138.31 0.3 0.39
Hex 46 81 58 2E 0 20 31 8A 1E 27
Octal 106 201 130 56 0 40 61 212 36 47
Binary 1000110 10000001 1011000 101110 0 100000 110001 10001010 11110 100111

Color Harmonies of #468158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468158

Black with #468158

Text Example


Text Example

White with #468158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468158; }

 p { color: rgb(70,129,88); }

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

background-color css

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

 a { background-color: rgb(70,129,88); }

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

border-color css

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

 span { border-color: rgb(70,129,88); }

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