Html Css Color HEX #05392B Dark Green

📋 copy color: '#05392B'

red 5 ◦ green 57 ◦ blue 43

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

Shades of Dark Green #05392B

Tints of Dark Green #05392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 40.95%

R = 4.76%
G = 54.29%
B = 40.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#05392B (or 0x05392B) is known color: Dark Green. HEX triplet: 05, 39 and 2B. RGB value is (5,57,43). Sum of RGB (Red+Green+Blue) = 5+57+43=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #05392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392B is #FAC6D4. Grayscale: #272727. Windows color (decimal): -16434901 or 2832645. OLE color: 2832645.

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

Color convert

RGB 5 57 43 -
CMYK 0.91 0 0.25 0.78
HSL 163.85º 0.84% 0.12% -
HSV(B) 163.85º 0.91% 0.22% -
XYZ 1.96 3.13 2.79 -
YUV 39.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 5 57 43 0.91 0 0.25 0.78 163.85 0.84 0.12
Hex 5 39 2B 5B 0 19 4E A4 54 C
Octal 5 71 53 133 0 31 116 244 124 14
Binary 101 111001 101011 1011011 0 11001 1001110 10100100 1010100 1100

Color Harmonies of #05392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05392B

Black with #05392B

Text Example


Text Example

White with #05392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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