Html Css Color HEX #05392A Dark Green

📋 copy color: '#05392A'

red 5 ◦ green 57 ◦ blue 42

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

Shades of Dark Green #05392A

Tints of Dark Green #05392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 40.38%

R = 4.81%
G = 54.81%
B = 40.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#05392A (or 0x05392A) is known color: Dark Green. HEX triplet: 05, 39 and 2A. RGB value is (5,57,42). Sum of RGB (Red+Green+Blue) = 5+57+42=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #05392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392A is #FAC6D5. Grayscale: #272727. Windows color (decimal): -16434902 or 2767109. OLE color: 2767109.

HSL color Cylindrical-coordinate representation of color #05392A: hue angle of 162.69º 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 #05392A is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 42 -
CMYK 0.91 0 0.26 0.78
HSL 162.69º 0.84% 0.12% -
HSV(B) 162.69º 0.91% 0.22% -
XYZ 1.94 3.13 2.69 -
YUV 39.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 5 57 42 0.91 0 0.26 0.78 162.69 0.84 0.12
Hex 5 39 2A 5B 0 1A 4E A3 54 C
Octal 5 71 52 133 0 32 116 243 124 14
Binary 101 111001 101010 1011011 0 11010 1001110 10100011 1010100 1100

Color Harmonies of #05392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05392A

Black with #05392A

Text Example


Text Example

White with #05392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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