#072613

Color #072613 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #072613

Tints of Dark Green #072613

Color information

#072613 (or 0x072613) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 13. RGB value is (7,38,19). Sum of RGB (Red+Green+Blue) = 7+38+19=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #072613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072613 is #F8D9EC. Grayscale: #1A1A1A. Windows color (decimal): -16308717 or 1254919. OLE color: 1254919.

HSL color Cylindrical-coordinate representation of color #072613: hue angle of 143.23º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072613 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB73819-
CMYK0.8200.500.85
HSL143.23º68.89%8.82%-
HSV(B)143.23º81.58%14.9%-
XYZ0.91.480.85-
YUV26.56123.73114.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=10.94%
G=59.38%
B=29.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738190.8200.500.85143.2368.898.82
Hex7261352032558f459
Octal7462312206212521710511
Binary111100110100111010010011001010101011000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072613; }

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

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

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

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

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

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

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

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