Html Css Color HEX #05733B Jewel

📋 copy color: '#05733B'

red 5 ◦ green 115 ◦ blue 59

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

Shades of Jewel #05733B

Tints of Jewel #05733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 2.79%
G = 64.25%
B = 32.96%

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

#05733B (or 0x05733B) is known color: Jewel. HEX triplet: 05, 73 and 3B. RGB value is (5,115,59). Sum of RGB (Red+Green+Blue) = 5+115+59=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #05733B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05733B is #FA8CC4. Grayscale: #4B4B4B. Windows color (decimal): -16420037 or 3896069. OLE color: 3896069.

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

Color convert

RGB 5 115 59 -
CMYK 0.96 0 0.49 0.55
HSL 149.45º 0.92% 0.24% -
HSV(B) 149.45º 0.96% 0.45% -
XYZ 6.98 12.61 6.2 -
YUV 75.73 118.56 77.55 -
System Red Green Blue C M Y K H S L
Decimal 5 115 59 0.96 0 0.49 0.55 149.45 0.92 0.24
Hex 5 73 3B 60 0 31 37 95 5C 18
Octal 5 163 73 140 0 61 67 225 134 30
Binary 101 1110011 111011 1100000 0 110001 110111 10010101 1011100 11000

Color Harmonies of #05733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05733B

Black with #05733B

Text Example


Text Example

White with #05733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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