#629B52

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

Shades of Hippie Green #629B52

Tints of Hippie Green #629B52

Color information

#629B52 (or 0x629B52) is unknown color: approx Hippie Green. HEX triplet: 62, 9B and 52. RGB value is (98,155,82). Sum of RGB (Red+Green+Blue) = 98+155+82=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #629B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B52 is #9D64AD. Grayscale: #818181. Windows color (decimal): -10314926 or 5413730. OLE color: 5413730.

HSL color Cylindrical-coordinate representation of color #629B52: hue angle of 106.85º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #629B52 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB9815582-
CMYK0.3700.470.39
HSL106.85º30.8%46.47%-
HSV(B)106.85º47.1%60.78%-
XYZ18.2826.6512.16-
YUV129.64101.12105.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=29.25%
G=46.27%
B=24.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98155820.3700.470.39106.8530.846.47
Hex629B522502F276b1f2e
Octal14223312245057471533756
Binary11000101001101110100101001010101111100111110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629B52; }

 p { color: rgb(98,155,82); }

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

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

 a { background-color: rgb(98,155,82); }

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

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

 span { border-color: rgb(98,155,82); }

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