Html Css Color HEX #05392D Dark Green

📋 copy color: '#05392D'

red 5 ◦ green 57 ◦ blue 45

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

Shades of Dark Green #05392D

Tints of Dark Green #05392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.27%

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

R = 4.67%
G = 53.27%
B = 42.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#05392D (or 0x05392D) is known color: Dark Green. HEX triplet: 05, 39 and 2D. RGB value is (5,57,45). Sum of RGB (Red+Green+Blue) = 5+57+45=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #05392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392D is #FAC6D2. Grayscale: #282828. Windows color (decimal): -16434899 or 2963717. OLE color: 2963717.

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

Color convert

RGB 5 57 45 -
CMYK 0.91 0 0.21 0.78
HSL 166.15º 0.84% 0.12% -
HSV(B) 166.15º 0.91% 0.22% -
XYZ 2 3.15 2.98 -
YUV 40.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 5 57 45 0.91 0 0.21 0.78 166.15 0.84 0.12
Hex 5 39 2D 5B 0 15 4E A6 54 C
Octal 5 71 55 133 0 25 116 246 124 14
Binary 101 111001 101101 1011011 0 10101 1001110 10100110 1010100 1100

Color Harmonies of #05392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05392D

Black with #05392D

Text Example


Text Example

White with #05392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,57,45); }

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

background-color css

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

 a { background-color: rgb(5,57,45); }

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

border-color css

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

 span { border-color: rgb(5,57,45); }

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