#609634

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

Shades of Limeade #609634

Tints of Limeade #609634

Color information

#609634 (or 0x609634) is unknown color: approx Limeade. HEX triplet: 60, 96 and 34. RGB value is (96,150,52). Sum of RGB (Red+Green+Blue) = 96+150+52=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #609634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609634 is #9F69CB. Grayscale: #7B7B7B. Windows color (decimal): -10447308 or 3446368. OLE color: 3446368.

HSL color Cylindrical-coordinate representation of color #609634: hue angle of 93.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #609634 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB9615052-
CMYK0.3600.650.41
HSL93.06º48.51%39.61%-
HSV(B)93.06º65.33%58.82%-
XYZ16.3524.557.13-
YUV122.6888.11108.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=32.21%
G=50.34%
B=17.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150520.3600.650.4193.0648.5139.61
Hex60963424041295d3128
Octal14022664440101511356150
Binary110000010010110110100100100010000011010011011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609634; }

 p { color: rgb(96,150,52); }

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

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

 a { background-color: rgb(96,150,52); }

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

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

 span { border-color: rgb(96,150,52); }

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