Html Css Color HEX #005A3D Jewel

📋 copy color: '#005A3D'

red 0 ◦ green 90 ◦ blue 61

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

Shades of Jewel #005A3D

Tints of Jewel #005A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.6%

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

R = 0%
G = 59.6%
B = 40.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#005A3D (or 0x005A3D) is known color: Jewel. HEX triplet: 00, 5A and 3D. RGB value is (0,90,61). Sum of RGB (Red+Green+Blue) = 0+90+61=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #005A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A3D is #FFA5C2. Grayscale: #3B3B3B. Windows color (decimal): -16754115 or 4020736. OLE color: 4020736.

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

Color convert

RGB 0 90 61 -
CMYK 1 0 0.32 0.65
HSL 160.67º 1% 0.18% -
HSV(B) 160.67º 1% 0.35% -
XYZ 4.5 7.65 5.65 -
YUV 59.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 0 90 61 1 0 0.32 0.65 160.67 1 0.18
Hex 0 5A 3D 64 0 20 41 A1 64 12
Octal 0 132 75 144 0 40 101 241 144 22
Binary 0 1011010 111101 1100100 0 100000 1000001 10100001 1100100 10010

Color Harmonies of #005A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A3D

Black with #005A3D

Text Example


Text Example

White with #005A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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