Html Css Color HEX #05723A Jewel

📋 copy color: '#05723A'

red 5 ◦ green 114 ◦ blue 58

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

Shades of Jewel #05723A

Tints of Jewel #05723A

RGB

 RED value IS 5 (2.34% from 255) = 2.82%

 GREEN value IS 114 (44.92% from 255) = 64.41%

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 2.82%
G = 64.41%
B = 32.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#05723A (or 0x05723A) is known color: Jewel. HEX triplet: 05, 72 and 3A. RGB value is (5,114,58). Sum of RGB (Red+Green+Blue) = 5+114+58=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #05723A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05723A is #FA8DC5. Grayscale: #4B4B4B. Windows color (decimal): -16420294 or 3830277. OLE color: 3830277.

HSL color Cylindrical-coordinate representation of color #05723A: hue angle of 149.17º 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 #05723A is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 58 -
CMYK 0.96 0 0.49 0.55
HSL 149.17º 0.92% 0.23% -
HSV(B) 149.17º 0.96% 0.45% -
XYZ 6.84 12.37 6.03 -
YUV 75.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 5 114 58 0.96 0 0.49 0.55 149.17 0.92 0.23
Hex 5 72 3A 60 0 31 37 95 5C 17
Octal 5 162 72 140 0 61 67 225 134 27
Binary 101 1110010 111010 1100000 0 110001 110111 10010101 1011100 10111

Color Harmonies of #05723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05723A

Black with #05723A

Text Example


Text Example

White with #05723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05723A;
 }
 .AnyTagClassName
 {
   color: #05723A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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