Html Css Color HEX #05733D Jewel

📋 copy color: '#05733D'

red 5 ◦ green 115 ◦ blue 61

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

Shades of Jewel #05733D

Tints of Jewel #05733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 2.76%
G = 63.54%
B = 33.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#05733D (or 0x05733D) is known color: Jewel. HEX triplet: 05, 73 and 3D. RGB value is (5,115,61). Sum of RGB (Red+Green+Blue) = 5+115+61=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #05733D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05733D is #FA8CC2. Grayscale: #4C4C4C. Windows color (decimal): -16420035 or 4027141. OLE color: 4027141.

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

Color convert

RGB 5 115 61 -
CMYK 0.96 0 0.47 0.55
HSL 150.55º 0.92% 0.24% -
HSV(B) 150.55º 0.96% 0.45% -
XYZ 7.04 12.63 6.48 -
YUV 75.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 5 115 61 0.96 0 0.47 0.55 150.55 0.92 0.24
Hex 5 73 3D 60 0 2F 37 97 5C 18
Octal 5 163 75 140 0 57 67 227 134 30
Binary 101 1110011 111101 1100000 0 101111 110111 10010111 1011100 11000

Color Harmonies of #05733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05733D

Black with #05733D

Text Example


Text Example

White with #05733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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