Html Css Color HEX #053426 Dark Green

📋 copy color: '#053426'

red 5 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #053426

Tints of Dark Green #053426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40%

R = 5.26%
G = 54.74%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#053426 (or 0x053426) is known color: Dark Green. HEX triplet: 05, 34 and 26. RGB value is (5,52,38). Sum of RGB (Red+Green+Blue) = 5+52+38=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #053426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053426 is #FACBD9. Grayscale: #242424. Windows color (decimal): -16436186 or 2503685. OLE color: 2503685.

HSL color Cylindrical-coordinate representation of color #053426: hue angle of 162.13º 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 #053426 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 38 -
CMYK 0.90 0 0.27 0.80
HSL 162.13º 0.82% 0.11% -
HSV(B) 162.13º 0.9% 0.2% -
XYZ 1.64 2.63 2.25 -
YUV 36.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 5 52 38 0.90 0 0.27 0.80 162.13 0.82 0.11
Hex 5 34 26 5A 0 1B 50 A2 52 B
Octal 5 64 46 132 0 33 120 242 122 13
Binary 101 110100 100110 1011010 0 11011 1010000 10100010 1010010 1011

Color Harmonies of #053426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053426

Black with #053426

Text Example


Text Example

White with #053426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053426; }

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

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

background-color css

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

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

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

border-color css

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

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

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