Html Css Color HEX #467353 Como

📋 copy color: '#467353'

red 70 ◦ green 115 ◦ blue 83

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

Shades of Como #467353

Tints of Como #467353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 26.12%
G = 42.91%
B = 30.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#467353 (or 0x467353) is known color: Como. HEX triplet: 46, 73 and 53. RGB value is (70,115,83). Sum of RGB (Red+Green+Blue) = 70+115+83=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #467353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467353 is #B98CAC. Grayscale: #616161. Windows color (decimal): -12160173 or 5468998. OLE color: 5468998.

HSL color Cylindrical-coordinate representation of color #467353: hue angle of 137.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467353 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 83 -
CMYK 0.39 0 0.28 0.55
HSL 137.33º 0.24% 0.36% -
HSV(B) 137.33º 0.39% 0.45% -
XYZ 10.22 14.19 10.38 -
YUV 97.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 70 115 83 0.39 0 0.28 0.55 137.33 0.24 0.36
Hex 46 73 53 27 0 1C 37 89 18 24
Octal 106 163 123 47 0 34 67 211 30 44
Binary 1000110 1110011 1010011 100111 0 11100 110111 10001001 11000 100100

Color Harmonies of #467353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467353

Black with #467353

Text Example


Text Example

White with #467353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467353; }

 p { color: rgb(70,115,83); }

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

background-color css

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

 a { background-color: rgb(70,115,83); }

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

border-color css

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

 span { border-color: rgb(70,115,83); }

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