Html Css Color HEX #00362D Dark Green

📋 copy color: '#00362D'

red 0 ◦ green 54 ◦ blue 45

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

Shades of Dark Green #00362D

Tints of Dark Green #00362D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 54 (21.48% from 255) = 54.55%

 BLUE value IS 45 (17.97% from 255) = 45.45%

R = 0%
G = 54.55%
B = 45.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#00362D (or 0x00362D) is known color: Dark Green. HEX triplet: 00, 36 and 2D. RGB value is (0,54,45). Sum of RGB (Red+Green+Blue) = 0+54+45=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #00362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00362D is #FFC9D2. Grayscale: #242424. Windows color (decimal): -16763347 or 2962944. OLE color: 2962944.

HSL color Cylindrical-coordinate representation of color #00362D: hue angle of 170º 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 #00362D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 54 45 -
CMYK 1 0 0.17 0.79
HSL 170º 1% 0.11% -
HSV(B) 170º 1% 0.21% -
XYZ 1.79 2.83 2.93 -
YUV 36.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 0 54 45 1 0 0.17 0.79 170 1 0.11
Hex 0 36 2D 64 0 11 4F AA 64 B
Octal 0 66 55 144 0 21 117 252 144 13
Binary 0 110110 101101 1100100 0 10001 1001111 10101010 1100100 1011

Color Harmonies of #00362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00362D

Black with #00362D

Text Example


Text Example

White with #00362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00362D;
 }
 .AnyTagClassName
 {
   color: #00362D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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