Html Css Color HEX #053425 Dark Green

📋 copy color: '#053425'

red 5 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #053425

Tints of Dark Green #053425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

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

R = 5.32%
G = 55.32%
B = 39.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#053425 (or 0x053425) is known color: Dark Green. HEX triplet: 05, 34 and 25. RGB value is (5,52,37). Sum of RGB (Red+Green+Blue) = 5+52+37=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #053425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053425 is #FACBDA. Grayscale: #242424. Windows color (decimal): -16436187 or 2438149. OLE color: 2438149.

HSL color Cylindrical-coordinate representation of color #053425: hue angle of 160.85º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053425 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 37 -
CMYK 0.90 0 0.29 0.80
HSL 160.85º 0.82% 0.11% -
HSV(B) 160.85º 0.9% 0.2% -
XYZ 1.62 2.62 2.17 -
YUV 36.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 5 52 37 0.90 0 0.29 0.80 160.85 0.82 0.11
Hex 5 34 25 5A 0 1D 50 A1 52 B
Octal 5 64 45 132 0 35 120 241 122 13
Binary 101 110100 100101 1011010 0 11101 1010000 10100001 1010010 1011

Color Harmonies of #053425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053425

Black with #053425

Text Example


Text Example

White with #053425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053425; }

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

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

background-color css

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

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

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

border-color css

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

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

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