#0C362B

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

Shades of Dark Green #0C362B

Tints of Dark Green #0C362B

Color information

#0C362B (or 0x0C362B) is unknown color: approx Dark Green. HEX triplet: 0C, 36 and 2B. RGB value is (12,54,43). Sum of RGB (Red+Green+Blue) = 12+54+43=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #0C362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C362B is #F3C9D4. Grayscale: #282828. Windows color (decimal): -15976917 or 2831884. OLE color: 2831884.

HSL color Cylindrical-coordinate representation of color #0C362B: hue angle of 164.29º 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 #0C362B is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB125443-
CMYK0.7800.200.79
HSL164.29º63.64%12.94%-
HSV(B)164.29º77.78%21.18%-
XYZ1.912.892.74-
YUV40.19129.59107.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=11.01%
G=49.54%
B=39.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254430.7800.200.79164.2963.6412.94
HexC362B4E0144Fa440d
Octal14665311602411724410015
Binary1100110110101011100111001010010011111010010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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