Html Css Color HEX #00362E Dark Green

📋 copy color: '#00362E'

red 0 ◦ green 54 ◦ blue 46

#00362E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00362E

Tints of Dark Green #00362E

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 value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#00362E (or 0x00362E) is known color: 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

RGB 0 54 46 -
CMYK 1 0 0.15 0.79
HSL 171.11º 1% 0.11% -
HSV(B) 171.11º 1% 0.21% -
XYZ 1.81 2.84 3.04 -
YUV 36.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 0 54 46 1 0 0.15 0.79 171.11 1 0.11
Hex 0 36 2E 64 0 F 4F AB 64 B
Octal 0 66 56 144 0 17 117 253 144 13
Binary 0 110110 101110 1100100 0 1111 1001111 10101011 1100100 1011

Color Harmonies of #00362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00362E

Black with #00362E

Text Example


Text Example

White with #00362E

Text Example


Text Example

HTML Codes & Css Web 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>