Html Css Color HEX #05733C Jewel

📋 copy color: '#05733C'

red 5 ◦ green 115 ◦ blue 60

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

Shades of Jewel #05733C

Tints of Jewel #05733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 2.78%
G = 63.89%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#05733C (or 0x05733C) is known color: Jewel. HEX triplet: 05, 73 and 3C. RGB value is (5,115,60). Sum of RGB (Red+Green+Blue) = 5+115+60=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #05733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05733C is #FA8CC3. Grayscale: #4B4B4B. Windows color (decimal): -16420036 or 3961605. OLE color: 3961605.

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

Color convert

RGB 5 115 60 -
CMYK 0.96 0 0.48 0.55
HSL 150º 0.92% 0.24% -
HSV(B) 150º 0.96% 0.45% -
XYZ 7.01 12.62 6.34 -
YUV 75.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 5 115 60 0.96 0 0.48 0.55 150 0.92 0.24
Hex 5 73 3C 60 0 30 37 96 5C 18
Octal 5 163 74 140 0 60 67 226 134 30
Binary 101 1110011 111100 1100000 0 110000 110111 10010110 1011100 11000

Color Harmonies of #05733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05733C

Black with #05733C

Text Example


Text Example

White with #05733C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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