#00613D

Color #00613D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #00613D

Tints of Jewel #00613D

Color information

#00613D (or 0x00613D) is unknown color: approx Jewel. HEX triplet: 00, 61 and 3D. RGB value is (0,97,61). Sum of RGB (Red+Green+Blue) = 0+97+61=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #00613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00613D is #FF9EC2. Grayscale: #3F3F3F. Windows color (decimal): -16752323 or 4022528. OLE color: 4022528.

HSL color Cylindrical-coordinate representation of color #00613D: hue angle of 157.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00613D is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB09761-
CMYK100.370.62
HSL157.73º100%19.02%-
HSV(B)157.73º100%38.04%-
XYZ5.128.895.86-
YUV63.89126.3682.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=0%
G=61.39%
B=38.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09761100.370.62157.7310019.02
Hex0613D640253E9e6413
Octal0141751440457623614423
Binary011000011111011100100010010111111010011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00613D;
 }
 .AnyTagClassName
 {
   color: #00613D;
 }
</style>
background-color css

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

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

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

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

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

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