#63955D

Color #63955D Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #63955D

Tints of Hippie Green #63955D

Color information

#63955D (or 0x63955D) is unknown color: approx Hippie Green. HEX triplet: 63, 95 and 5D. RGB value is (99,149,93). Sum of RGB (Red+Green+Blue) = 99+149+93=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #63955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63955D is #9C6AA2. Grayscale: #7F7F7F. Windows color (decimal): -10250915 or 6133091. OLE color: 6133091.

HSL color Cylindrical-coordinate representation of color #63955D: hue angle of 113.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63955D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB9914993-
CMYK0.3400.380.42
HSL113.57º23.14%47.45%-
HSV(B)113.57º37.58%58.43%-
XYZ17.8724.9414.23-
YUV127.67108.44107.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=29.03%
G=43.70%
B=27.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99149930.3400.380.42113.5723.1447.45
Hex63955D220262A72172f
Octal14322513542046521622757
Binary11000111001010110111011000100100110101010111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63955D; }

 p { color: rgb(99,149,93); }

 H1.HeaderClassName
 {
   color: #63955D;
 }
 .AnyTagClassName
 {
   color: #63955D;
 }
</style>
background-color css

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

 a { background-color: rgb(99,149,93); }

 div.DivClassName
 {
   background-color: #63955D;
 }
 .BgClassName
 {
   background-color: #63955D;
 }
</style>
border-color css

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

 span { border-color: rgb(99,149,93); }

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