#0C362C

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

Shades of Dark Green #0C362C

Tints of Dark Green #0C362C

Color information

#0C362C (or 0x0C362C) is unknown color: approx Dark Green. HEX triplet: 0C, 36 and 2C. RGB value is (12,54,44). Sum of RGB (Red+Green+Blue) = 12+54+44=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #0C362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C362C is #F3C9D3. Grayscale: #282828. Windows color (decimal): -15976916 or 2897420. OLE color: 2897420.

HSL color Cylindrical-coordinate representation of color #0C362C: hue angle of 165.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C362C is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB125444-
CMYK0.7800.190.79
HSL165.71º63.64%12.94%-
HSV(B)165.71º77.78%21.18%-
XYZ1.932.92.84-
YUV40.3130.09107.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 44 (17.58% from 255) = 40%
R=10.91%
G=49.09%
B=40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254440.7800.190.79165.7163.6412.94
HexC362C4E0134Fa640d
Octal14665411602311724610015
Binary1100110110101100100111001001110011111010011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C362C; }

 p { color: rgb(12,54,44); }

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

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

 a { background-color: rgb(12,54,44); }

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

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

 span { border-color: rgb(12,54,44); }

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