#09713C

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

Shades of Jewel #09713C

Tints of Jewel #09713C

Color information

#09713C (or 0x09713C) is unknown color: approx Jewel. HEX triplet: 09, 71 and 3C. RGB value is (9,113,60). Sum of RGB (Red+Green+Blue) = 9+113+60=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #09713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09713C is #F68EC3. Grayscale: #4B4B4B. Windows color (decimal): -16158404 or 3961097. OLE color: 3961097.

HSL color Cylindrical-coordinate representation of color #09713C: hue angle of 149.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09713C is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB911360-
CMYK0.9200.470.56
HSL149.42º85.25%23.92%-
HSV(B)149.42º92.04%44.31%-
XYZ6.8312.196.27-
YUV75.86119.0480.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 113 (44.53% from 255) = 62.09%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=4.95%
G=62.09%
B=32.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113600.9200.470.56149.4285.2523.92
Hex9713C5C02F38955518
Octal11161741340577022512530
Binary100111100011111001011100010111111100010010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09713C; }

 p { color: rgb(9,113,60); }

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

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

 a { background-color: rgb(9,113,60); }

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

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

 span { border-color: rgb(9,113,60); }

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