Html Css Color HEX #00613D Jewel

📋 copy color: '#00613D'

red 0 ◦ green 97 ◦ blue 61

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

Shades of Jewel #00613D

Tints of Jewel #00613D

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 value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#00613D (or 0x00613D) is known color: 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

RGB 0 97 61 -
CMYK 1 0 0.37 0.62
HSL 157.73º 1% 0.19% -
HSV(B) 157.73º 1% 0.38% -
XYZ 5.12 8.89 5.86 -
YUV 63.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 0 97 61 1 0 0.37 0.62 157.73 1 0.19
Hex 0 61 3D 64 0 25 3E 9E 64 13
Octal 0 141 75 144 0 45 76 236 144 23
Binary 0 1100001 111101 1100100 0 100101 111110 10011110 1100100 10011

Color Harmonies of #00613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00613D

Black with #00613D

Text Example


Text Example

White with #00613D

Text Example


Text Example

HTML Codes & Css Web 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>