Html Css Color HEX #053125 Dark Green

📋 copy color: '#053125'

red 5 ◦ green 49 ◦ blue 37

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

Shades of Dark Green #053125

Tints of Dark Green #053125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 53.85%

 BLUE value IS 37 (14.84% from 255) = 40.66%

R = 5.49%
G = 53.85%
B = 40.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#053125 (or 0x053125) is known color: Dark Green. HEX triplet: 05, 31 and 25. RGB value is (5,49,37). Sum of RGB (Red+Green+Blue) = 5+49+37=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #053125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053125 is #FACEDA. Grayscale: #222222. Windows color (decimal): -16436955 or 2437381. OLE color: 2437381.

HSL color Cylindrical-coordinate representation of color #053125: hue angle of 163.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053125 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 37 -
CMYK 0.90 0 0.24 0.81
HSL 163.64º 0.81% 0.11% -
HSV(B) 163.64º 0.9% 0.19% -
XYZ 1.49 2.36 2.13 -
YUV 34.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 5 49 37 0.90 0 0.24 0.81 163.64 0.81 0.11
Hex 5 31 25 5A 0 18 51 A4 51 B
Octal 5 61 45 132 0 30 121 244 121 13
Binary 101 110001 100101 1011010 0 11000 1010001 10100100 1010001 1011

Color Harmonies of #053125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053125

Black with #053125

Text Example


Text Example

White with #053125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053125; }

 p { color: rgb(5,49,37); }

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

background-color css

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

 a { background-color: rgb(5,49,37); }

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

border-color css

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

 span { border-color: rgb(5,49,37); }

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