#05723E

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

Shades of Jewel #05723E

Tints of Jewel #05723E

Color information

#05723E (or 0x05723E) is unknown color: approx Jewel. HEX triplet: 05, 72 and 3E. RGB value is (5,114,62). Sum of RGB (Red+Green+Blue) = 5+114+62=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #05723E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05723E is #FA8DC1. Grayscale: #4B4B4B. Windows color (decimal): -16420290 or 4092421. OLE color: 4092421.

HSL color Cylindrical-coordinate representation of color #05723E: hue angle of 151.38º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05723E is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB511462-
CMYK0.9600.460.55
HSL151.38º91.6%23.33%-
HSV(B)151.38º95.61%44.71%-
XYZ6.9512.416.59-
YUV75.48120.3977.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 114 (44.92% from 255) = 62.98%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=2.76%
G=62.98%
B=34.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114620.9600.460.55151.3891.623.33
Hex5723E6002E37975c17
Octal5162761400566722713427
Binary10111100101111101100000010111011011110010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05723E; }

 p { color: rgb(5,114,62); }

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

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

 a { background-color: rgb(5,114,62); }

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

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

 span { border-color: rgb(5,114,62); }

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