#09643D

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

Shades of Jewel #09643D

Tints of Jewel #09643D

Color information

#09643D (or 0x09643D) is unknown color: approx Jewel. HEX triplet: 09, 64 and 3D. RGB value is (9,100,61). Sum of RGB (Red+Green+Blue) = 9+100+61=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #09643D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09643D is #F69BC2. Grayscale: #444444. Windows color (decimal): -16161731 or 4023305. OLE color: 4023305.

HSL color Cylindrical-coordinate representation of color #09643D: hue angle of 154.29º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09643D is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB910061-
CMYK0.9100.390.61
HSL154.29º83.49%21.37%-
HSV(B)154.29º91%39.22%-
XYZ5.519.515.96-
YUV68.34123.8585.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=5.29%
G=58.82%
B=35.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100610.9100.390.61154.2983.4921.37
Hex9643D5B0273D9a5315
Octal11144751330477523212325
Binary100111001001111011011011010011111110110011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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