#09653D

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

Shades of Jewel #09653D

Tints of Jewel #09653D

Color information

#09653D (or 0x09653D) is unknown color: approx Jewel. HEX triplet: 09, 65 and 3D. RGB value is (9,101,61). Sum of RGB (Red+Green+Blue) = 9+101+61=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #09653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09653D is #F69AC2. Grayscale: #454545. Windows color (decimal): -16161475 or 4023561. OLE color: 4023561.

HSL color Cylindrical-coordinate representation of color #09653D: hue angle of 153.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09653D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB910161-
CMYK0.9100.400.60
HSL153.91º83.64%21.57%-
HSV(B)153.91º91.09%39.61%-
XYZ5.619.75.99-
YUV68.93123.5285.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=5.26%
G=59.06%
B=35.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101610.9100.400.60153.9183.6421.57
Hex9653D5B0283C9a5416
Octal11145751330507423212426
Binary100111001011111011011011010100011110010011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,101,61); }

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

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

 a { background-color: rgb(9,101,61); }

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

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

 span { border-color: rgb(9,101,61); }

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