#072618

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

Shades of Dark Green #072618

Tints of Dark Green #072618

Color information

#072618 (or 0x072618) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 18. RGB value is (7,38,24). Sum of RGB (Red+Green+Blue) = 7+38+24=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #072618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072618 is #F8D9E7. Grayscale: #1B1B1B. Windows color (decimal): -16308712 or 1582599. OLE color: 1582599.

HSL color Cylindrical-coordinate representation of color #072618: hue angle of 152.9º 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 #072618 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB73824-
CMYK0.8200.370.85
HSL152.9º68.89%8.82%-
HSV(B)152.9º81.58%14.9%-
XYZ0.951.51.1-
YUV27.14126.23113.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=10.14%
G=55.07%
B=34.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738240.8200.370.85152.968.898.82
Hex72618520255599459
Octal7463012204512523110511
Binary111100110110001010010010010110101011001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072618; }

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

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

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

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

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

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

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

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