Html Css Color HEX #053A27 Dark Green

📋 copy color: '#053A27'

red 5 ◦ green 58 ◦ blue 39

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

Shades of Dark Green #053A27

Tints of Dark Green #053A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 56.86%

 BLUE value IS 39 (15.63% from 255) = 38.24%

R = 4.9%
G = 56.86%
B = 38.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.77

RGB Variations

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

Color information

#053A27 (or 0x053A27) is known color: Dark Green. HEX triplet: 05, 3A and 27. RGB value is (5,58,39). Sum of RGB (Red+Green+Blue) = 5+58+39=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #053A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A27 is #FAC5D8. Grayscale: #282828. Windows color (decimal): -16434649 or 2570757. OLE color: 2570757.

HSL color Cylindrical-coordinate representation of color #053A27: hue angle of 158.49º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A27 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 39 -
CMYK 0.91 0 0.33 0.77
HSL 158.49º 0.84% 0.12% -
HSV(B) 158.49º 0.91% 0.23% -
XYZ 1.94 3.2 2.44 -
YUV 39.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 5 58 39 0.91 0 0.33 0.77 158.49 0.84 0.12
Hex 5 3A 27 5B 0 21 4D 9E 54 C
Octal 5 72 47 133 0 41 115 236 124 14
Binary 101 111010 100111 1011011 0 100001 1001101 10011110 1010100 1100

Color Harmonies of #053A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A27

Black with #053A27

Text Example


Text Example

White with #053A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A27; }

 p { color: rgb(5,58,39); }

 H1.HeaderClassName
 {
   color: #053A27;
 }
 .AnyTagClassName
 {
   color: #053A27;
 }
</style>

background-color css

<style>
 a { background-color: #053A27; }

 a { background-color: rgb(5,58,39); }

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

border-color css

<style>
 span { border-color: #053A27; }

 span { border-color: rgb(5,58,39); }

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