Html Css Color HEX #005D3D Jewel

📋 copy color: '#005D3D'

red 0 ◦ green 93 ◦ blue 61

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

Shades of Jewel #005D3D

Tints of Jewel #005D3D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 60.39%

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

R = 0%
G = 60.39%
B = 39.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#005D3D (or 0x005D3D) is known color: Jewel. HEX triplet: 00, 5D and 3D. RGB value is (0,93,61). Sum of RGB (Red+Green+Blue) = 0+93+61=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #005D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D3D is #FFA2C2. Grayscale: #3D3D3D. Windows color (decimal): -16753347 or 4021504. OLE color: 4021504.

HSL color Cylindrical-coordinate representation of color #005D3D: hue angle of 159.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D3D is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 93 61 -
CMYK 1 0 0.34 0.64
HSL 159.35º 1% 0.18% -
HSV(B) 159.35º 1% 0.36% -
XYZ 4.76 8.17 5.74 -
YUV 61.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 0 93 61 1 0 0.34 0.64 159.35 1 0.18
Hex 0 5D 3D 64 0 22 40 9F 64 12
Octal 0 135 75 144 0 42 100 237 144 22
Binary 0 1011101 111101 1100100 0 100010 1000000 10011111 1100100 10010

Color Harmonies of #005D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D3D

Black with #005D3D

Text Example


Text Example

White with #005D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005D3D; }

 p { color: rgb(0,93,61); }

 H1.HeaderClassName
 {
   color: #005D3D;
 }
 .AnyTagClassName
 {
   color: #005D3D;
 }
</style>

background-color css

<style>
 a { background-color: #005D3D; }

 a { background-color: rgb(0,93,61); }

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

border-color css

<style>
 span { border-color: #005D3D; }

 span { border-color: rgb(0,93,61); }

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