Html Css Color HEX #00713D Jewel

📋 copy color: '#00713D'

red 0 ◦ green 113 ◦ blue 61

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

Shades of Jewel #00713D

Tints of Jewel #00713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.94%

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

R = 0%
G = 64.94%
B = 35.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#00713D (or 0x00713D) is known color: Jewel. HEX triplet: 00, 71 and 3D. RGB value is (0,113,61). Sum of RGB (Red+Green+Blue) = 0+113+61=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #00713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00713D is #FF8EC2. Grayscale: #494949. Windows color (decimal): -16748227 or 4026624. OLE color: 4026624.

HSL color Cylindrical-coordinate representation of color #00713D: hue angle of 152.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00713D is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 61 -
CMYK 1 0 0.46 0.56
HSL 152.39º 1% 0.22% -
HSV(B) 152.39º 1% 0.44% -
XYZ 6.75 12.15 6.4 -
YUV 73.29 121.06 75.73 -
System Red Green Blue C M Y K H S L
Decimal 0 113 61 1 0 0.46 0.56 152.39 1 0.22
Hex 0 71 3D 64 0 2E 38 98 64 16
Octal 0 161 75 144 0 56 70 230 144 26
Binary 0 1110001 111101 1100100 0 101110 111000 10011000 1100100 10110

Color Harmonies of #00713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00713D

Black with #00713D

Text Example


Text Example

White with #00713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00713D;
 }
 .AnyTagClassName
 {
   color: #00713D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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