Html Css Color HEX #468659 Como

📋 copy color: '#468659'

red 70 ◦ green 134 ◦ blue 89

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

Shades of Como #468659

Tints of Como #468659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 23.89%
G = 45.73%
B = 30.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#468659 (or 0x468659) is known color: Como. HEX triplet: 46, 86 and 59. RGB value is (70,134,89). Sum of RGB (Red+Green+Blue) = 70+134+89=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #468659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468659 is #B979A6. Grayscale: #6D6D6D. Windows color (decimal): -12155303 or 5867078. OLE color: 5867078.

HSL color Cylindrical-coordinate representation of color #468659: hue angle of 137.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468659 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 89 -
CMYK 0.48 0 0.34 0.47
HSL 137.81º 0.31% 0.4% -
HSV(B) 137.81º 0.48% 0.53% -
XYZ 12.85 19.07 12.46 -
YUV 109.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 70 134 89 0.48 0 0.34 0.47 137.81 0.31 0.4
Hex 46 86 59 30 0 22 2F 8A 1F 28
Octal 106 206 131 60 0 42 57 212 37 50
Binary 1000110 10000110 1011001 110000 0 100010 101111 10001010 11111 101000

Color Harmonies of #468659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468659

Black with #468659

Text Example


Text Example

White with #468659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468659; }

 p { color: rgb(70,134,89); }

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

background-color css

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

 a { background-color: rgb(70,134,89); }

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

border-color css

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

 span { border-color: rgb(70,134,89); }

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