Html Css Color HEX #053925 Dark Green

📋 copy color: '#053925'

red 5 ◦ green 57 ◦ blue 37

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

Shades of Dark Green #053925

Tints of Dark Green #053925

RGB

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

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

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

R = 5.05%
G = 57.58%
B = 37.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#053925 (or 0x053925) is known color: Dark Green. HEX triplet: 05, 39 and 25. RGB value is (5,57,37). Sum of RGB (Red+Green+Blue) = 5+57+37=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #053925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053925 is #FAC6DA. Grayscale: #272727. Windows color (decimal): -16434907 or 2439429. OLE color: 2439429.

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

Color convert

RGB 5 57 37 -
CMYK 0.91 0 0.35 0.78
HSL 156.92º 0.84% 0.12% -
HSV(B) 156.92º 0.91% 0.22% -
XYZ 1.86 3.09 2.25 -
YUV 39.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 5 57 37 0.91 0 0.35 0.78 156.92 0.84 0.12
Hex 5 39 25 5B 0 23 4E 9D 54 C
Octal 5 71 45 133 0 43 116 235 124 14
Binary 101 111001 100101 1011011 0 100011 1001110 10011101 1010100 1100

Color Harmonies of #053925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053925

Black with #053925

Text Example


Text Example

White with #053925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053925; }

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

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

background-color css

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

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

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

border-color css

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

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

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