Html Css Color HEX #05361D Dark Green

📋 copy color: '#05361D'

red 5 ◦ green 54 ◦ blue 29

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

Shades of Dark Green #05361D

Tints of Dark Green #05361D

RGB

 RED value IS 5 (2.34% from 255) = 5.68%

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

 BLUE value IS 29 (11.72% from 255) = 32.95%

R = 5.68%
G = 61.36%
B = 32.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#05361D (or 0x05361D) is known color: Dark Green. HEX triplet: 05, 36 and 1D. RGB value is (5,54,29). Sum of RGB (Red+Green+Blue) = 5+54+29=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #05361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361D is #FAC9E2. Grayscale: #242424. Windows color (decimal): -16435683 or 1914373. OLE color: 1914373.

HSL color Cylindrical-coordinate representation of color #05361D: hue angle of 149.39º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05361D is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 29 -
CMYK 0.91 0 0.46 0.79
HSL 149.39º 0.83% 0.12% -
HSV(B) 149.39º 0.91% 0.21% -
XYZ 1.6 2.76 1.61 -
YUV 36.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 5 54 29 0.91 0 0.46 0.79 149.39 0.83 0.12
Hex 5 36 1D 5B 0 2E 4F 95 53 C
Octal 5 66 35 133 0 56 117 225 123 14
Binary 101 110110 11101 1011011 0 101110 1001111 10010101 1010011 1100

Color Harmonies of #05361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05361D

Black with #05361D

Text Example


Text Example

White with #05361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,54,29); }

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

background-color css

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

 a { background-color: rgb(5,54,29); }

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

border-color css

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

 span { border-color: rgb(5,54,29); }

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