#073D13

Color #073D13 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #073D13

Tints of Deep Fir #073D13

Color information

#073D13 (or 0x073D13) is unknown color: approx Deep Fir. HEX triplet: 07, 3D and 13. RGB value is (7,61,19). Sum of RGB (Red+Green+Blue) = 7+61+19=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #073D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D13 is #F8C2EC. Grayscale: #282828. Windows color (decimal): -16302829 or 1260807. OLE color: 1260807.

HSL color Cylindrical-coordinate representation of color #073D13: hue angle of 133.33º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D13 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB76119-
CMYK0.8900.690.76
HSL133.33º79.41%13.33%-
HSV(B)133.33º88.52%23.92%-
XYZ1.873.431.18-
YUV40.07116.11104.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 61 (24.22% from 255) = 70.11%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=8.05%
G=70.11%
B=21.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761190.8900.690.76133.3379.4113.33
Hex73D13590454C854fd
Octal77523131010511420511715
Binary1111111011001110110010100010110011001000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D13; }

 p { color: rgb(7,61,19); }

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

<style>
 a { background-color: #073D13; }

 a { background-color: rgb(7,61,19); }

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

<style>
 span { border-color: #073D13; }

 span { border-color: rgb(7,61,19); }

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