Html Css Color HEX #05723F Jewel

📋 copy color: '#05723F'

red 5 ◦ green 114 ◦ blue 63

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

Shades of Jewel #05723F

Tints of Jewel #05723F

RGB

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

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

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

R = 2.75%
G = 62.64%
B = 34.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#05723F (or 0x05723F) is known color: Jewel. HEX triplet: 05, 72 and 3F. RGB value is (5,114,63). Sum of RGB (Red+Green+Blue) = 5+114+63=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #05723F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05723F is #FA8DC0. Grayscale: #4B4B4B. Windows color (decimal): -16420289 or 4157957. OLE color: 4157957.

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

Color convert

RGB 5 114 63 -
CMYK 0.96 0 0.45 0.55
HSL 151.93º 0.92% 0.23% -
HSV(B) 151.93º 0.96% 0.45% -
XYZ 6.98 12.43 6.73 -
YUV 75.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 5 114 63 0.96 0 0.45 0.55 151.93 0.92 0.23
Hex 5 72 3F 60 0 2D 37 98 5C 17
Octal 5 162 77 140 0 55 67 230 134 27
Binary 101 1110010 111111 1100000 0 101101 110111 10011000 1011100 10111

Color Harmonies of #05723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05723F

Black with #05723F

Text Example


Text Example

White with #05723F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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