#07331C

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

Shades of Dark Green #07331C

Tints of Dark Green #07331C

Color information

#07331C (or 0x07331C) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 1C. RGB value is (7,51,28). Sum of RGB (Red+Green+Blue) = 7+51+28=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #07331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331C is #F8CCE3. Grayscale: #232323. Windows color (decimal): -16305380 or 1848071. OLE color: 1848071.

HSL color Cylindrical-coordinate representation of color #07331C: hue angle of 148.64º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07331C is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB75128-
CMYK0.8600.450.8
HSL148.64º75.86%11.37%-
HSV(B)148.64º86.27%20%-
XYZ1.482.51.5-
YUV35.22123.92107.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=8.14%
G=59.30%
B=32.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751280.8600.450.8148.6475.8611.37
Hex7331C5602D50954cb
Octal7633412605512022511413
Binary111110011111001010110010110110100001001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,51,28); }

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

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

 a { background-color: rgb(7,51,28); }

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

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

 span { border-color: rgb(7,51,28); }

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