Html Css Color HEX #09573F Jewel

📋 copy color: '#09573F'

red 9 ◦ green 87 ◦ blue 63

#09573F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #09573F

Tints of Jewel #09573F

RGB

 RED value IS 9 (3.91% from 255) = 5.66%

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 5.66%
G = 54.72%
B = 39.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#09573F (or 0x09573F) is known color: Jewel. HEX triplet: 09, 57 and 3F. RGB value is (9,87,63). Sum of RGB (Red+Green+Blue) = 9+87+63=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #09573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09573F is #F6A8C0. Grayscale: #3C3C3C. Windows color (decimal): -16165057 or 4151049. OLE color: 4151049.

HSL color Cylindrical-coordinate representation of color #09573F: hue angle of 161.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09573F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 87 63 -
CMYK 0.90 0 0.28 0.66
HSL 161.54º 0.81% 0.19% -
HSV(B) 161.54º 0.9% 0.34% -
XYZ 4.42 7.23 5.87 -
YUV 60.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 9 87 63 0.90 0 0.28 0.66 161.54 0.81 0.19
Hex 9 57 3F 5A 0 1C 42 A2 51 13
Octal 11 127 77 132 0 34 102 242 121 23
Binary 1001 1010111 111111 1011010 0 11100 1000010 10100010 1010001 10011

Color Harmonies of #09573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09573F

Black with #09573F

Text Example


Text Example

White with #09573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09573F; }

 p { color: rgb(9,87,63); }

 H1.HeaderClassName
 {
   color: #09573F;
 }
 .AnyTagClassName
 {
   color: #09573F;
 }
</style>

background-color css

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

 a { background-color: rgb(9,87,63); }

 div.DivClassName
 {
   background-color: #09573F;
 }
 .BgClassName
 {
   background-color: #09573F;
 }
</style>

border-color css

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

 span { border-color: rgb(9,87,63); }

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