#63825C

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

Shades of Hippie Green #63825C

Tints of Hippie Green #63825C

Color information

#63825C (or 0x63825C) is unknown color: approx Hippie Green. HEX triplet: 63, 82 and 5C. RGB value is (99,130,92). Sum of RGB (Red+Green+Blue) = 99+130+92=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #63825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63825C is #9C7DA3. Grayscale: #747474. Windows color (decimal): -10255780 or 6062691. OLE color: 6062691.

HSL color Cylindrical-coordinate representation of color #63825C: hue angle of 108.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63825C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB9913092-
CMYK0.2400.290.49
HSL108.95º17.12%43.53%-
HSV(B)108.95º29.23%50.98%-
XYZ15.0619.3913.07-
YUV116.4114.23115.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=30.84%
G=40.50%
B=28.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130920.2400.290.49108.9517.1243.53
Hex63825C1801D316d112c
Octal14320213430035611552154
Binary110001110000010101110011000011101110001110110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63825C; }

 p { color: rgb(99,130,92); }

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

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

 a { background-color: rgb(99,130,92); }

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

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

 span { border-color: rgb(99,130,92); }

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