#00362E

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

Shades of Dark Green #00362E

Tints of Dark Green #00362E

Color information

#00362E (or 0x00362E) is unknown color: approx Dark Green. HEX triplet: 00, 36 and 2E. RGB value is (0,54,46). Sum of RGB (Red+Green+Blue) = 0+54+46=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #00362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00362E is #FFC9D1. Grayscale: #242424. Windows color (decimal): -16763346 or 3028480. OLE color: 3028480.

HSL color Cylindrical-coordinate representation of color #00362E: hue angle of 171.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00362E is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB05446-
CMYK100.150.79
HSL171.11º100%10.59%-
HSV(B)171.11º100%21.18%-
XYZ1.812.843.04-
YUV36.94133.11101.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 46 (18.36% from 255) = 46%
R=0%
G=54%
B=46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05446100.150.79171.1110010.59
Hex0362E640F4Fab64b
Octal0665614401711725314413
Binary011011010111011001000111110011111010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00362E; }

 p { color: rgb(0,54,46); }

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

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

 a { background-color: rgb(0,54,46); }

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

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

 span { border-color: rgb(0,54,46); }

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