#00713C

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

Shades of Jewel #00713C

Tints of Jewel #00713C

Color information

#00713C (or 0x00713C) is unknown color: approx Jewel. HEX triplet: 00, 71 and 3C. RGB value is (0,113,60). Sum of RGB (Red+Green+Blue) = 0+113+60=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #00713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00713C is #FF8EC3. Grayscale: #494949. Windows color (decimal): -16748228 or 3961088. OLE color: 3961088.

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

Color convert

RGB011360-
CMYK100.470.56
HSL151.86º100%22.16%-
HSV(B)151.86º100%44.31%-
XYZ6.7212.146.26-
YUV73.17120.5675.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 65.32%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=0%
G=65.32%
B=34.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011360100.470.56151.8610022.16
Hex0713C6402F38986416
Octal0161741440577023014426
Binary011100011111001100100010111111100010011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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