Html Css Color HEX #05733F Jewel

📋 copy color: '#05733F'

red 5 ◦ green 115 ◦ blue 63

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

Shades of Jewel #05733F

Tints of Jewel #05733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.84%

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

R = 2.73%
G = 62.84%
B = 34.43%

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

#05733F (or 0x05733F) is known color: Jewel. HEX triplet: 05, 73 and 3F. RGB value is (5,115,63). Sum of RGB (Red+Green+Blue) = 5+115+63=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #05733F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05733F is #FA8CC0. Grayscale: #4C4C4C. Windows color (decimal): -16420033 or 4158213. OLE color: 4158213.

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

Color convert

RGB 5 115 63 -
CMYK 0.96 0 0.45 0.55
HSL 151.64º 0.92% 0.24% -
HSV(B) 151.64º 0.96% 0.45% -
XYZ 7.09 12.65 6.77 -
YUV 76.18 120.56 77.23 -
System Red Green Blue C M Y K H S L
Decimal 5 115 63 0.96 0 0.45 0.55 151.64 0.92 0.24
Hex 5 73 3F 60 0 2D 37 98 5C 18
Octal 5 163 77 140 0 55 67 230 134 30
Binary 101 1110011 111111 1100000 0 101101 110111 10011000 1011100 11000

Color Harmonies of #05733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05733F

Black with #05733F

Text Example


Text Example

White with #05733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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