#609452

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

Shades of Hippie Green #609452

Tints of Hippie Green #609452

Color information

#609452 (or 0x609452) is unknown color: approx Hippie Green. HEX triplet: 60, 94 and 52. RGB value is (96,148,82). Sum of RGB (Red+Green+Blue) = 96+148+82=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #609452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609452 is #9F6BAD. Grayscale: #7D7D7D. Windows color (decimal): -10447790 or 5411936. OLE color: 5411936.

HSL color Cylindrical-coordinate representation of color #609452: hue angle of 107.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609452 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB9614882-
CMYK0.3500.450.42
HSL107.27º28.7%45.1%-
HSV(B)107.27º44.59%58.04%-
XYZ16.9424.2811.78-
YUV124.93103.77107.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=29.45%
G=45.40%
B=25.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148820.3500.450.42107.2728.745.1
Hex6094522302D2A6b1d2d
Octal14022412243055521533555
Binary11000001001010010100101000110101101101010110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609452; }

 p { color: rgb(96,148,82); }

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

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

 a { background-color: rgb(96,148,82); }

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

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

 span { border-color: rgb(96,148,82); }

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