Html Css Color HEX #468257 Como

📋 copy color: '#468257'

red 70 ◦ green 130 ◦ blue 87

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

Shades of Como #468257

Tints of Como #468257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 24.39%
G = 45.3%
B = 30.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#468257 (or 0x468257) is known color: Como. HEX triplet: 46, 82 and 57. RGB value is (70,130,87). Sum of RGB (Red+Green+Blue) = 70+130+87=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #468257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468257 is #B97DA8. Grayscale: #6B6B6B. Windows color (decimal): -12156329 or 5734982. OLE color: 5734982.

HSL color Cylindrical-coordinate representation of color #468257: hue angle of 137º 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 #468257 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 87 -
CMYK 0.46 0 0.33 0.49
HSL 137º 0.3% 0.39% -
HSV(B) 137º 0.46% 0.51% -
XYZ 12.23 17.96 11.84 -
YUV 107.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 70 130 87 0.46 0 0.33 0.49 137 0.3 0.39
Hex 46 82 57 2E 0 21 31 89 1E 27
Octal 106 202 127 56 0 41 61 211 36 47
Binary 1000110 10000010 1010111 101110 0 100001 110001 10001001 11110 100111

Color Harmonies of #468257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468257

Black with #468257

Text Example


Text Example

White with #468257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468257; }

 p { color: rgb(70,130,87); }

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

background-color css

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

 a { background-color: rgb(70,130,87); }

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

border-color css

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

 span { border-color: rgb(70,130,87); }

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