Html Css Color HEX #00713B Jewel

📋 copy color: '#00713B'

red 0 ◦ green 113 ◦ blue 59

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

Shades of Jewel #00713B

Tints of Jewel #00713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 0%
G = 65.7%
B = 34.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#00713B (or 0x00713B) is known color: Jewel. HEX triplet: 00, 71 and 3B. RGB value is (0,113,59). Sum of RGB (Red+Green+Blue) = 0+113+59=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #00713B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00713B is #FF8EC4. Grayscale: #494949. Windows color (decimal): -16748229 or 3895552. OLE color: 3895552.

HSL color Cylindrical-coordinate representation of color #00713B: hue angle of 151.33º 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 #00713B is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 59 -
CMYK 1 0 0.48 0.56
HSL 151.33º 1% 0.22% -
HSV(B) 151.33º 1% 0.44% -
XYZ 6.69 12.13 6.13 -
YUV 73.06 120.06 75.89 -
System Red Green Blue C M Y K H S L
Decimal 0 113 59 1 0 0.48 0.56 151.33 1 0.22
Hex 0 71 3B 64 0 30 38 97 64 16
Octal 0 161 73 144 0 60 70 227 144 26
Binary 0 1110001 111011 1100100 0 110000 111000 10010111 1100100 10110

Color Harmonies of #00713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00713B

Black with #00713B

Text Example


Text Example

White with #00713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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