Html Css Color HEX #053626 Dark Green

📋 copy color: '#053626'

red 5 ◦ green 54 ◦ blue 38

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

Shades of Dark Green #053626

Tints of Dark Green #053626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 55.67%

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

R = 5.15%
G = 55.67%
B = 39.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#053626 (or 0x053626) is known color: Dark Green. HEX triplet: 05, 36 and 26. RGB value is (5,54,38). Sum of RGB (Red+Green+Blue) = 5+54+38=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #053626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053626 is #FAC9D9. Grayscale: #252525. Windows color (decimal): -16435674 or 2504197. OLE color: 2504197.

HSL color Cylindrical-coordinate representation of color #053626: hue angle of 160.41º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053626 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 38 -
CMYK 0.91 0 0.30 0.79
HSL 160.41º 0.83% 0.12% -
HSV(B) 160.41º 0.91% 0.21% -
XYZ 1.73 2.81 2.28 -
YUV 37.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 5 54 38 0.91 0 0.30 0.79 160.41 0.83 0.12
Hex 5 36 26 5B 0 1E 4F A0 53 C
Octal 5 66 46 133 0 36 117 240 123 14
Binary 101 110110 100110 1011011 0 11110 1001111 10100000 1010011 1100

Color Harmonies of #053626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053626

Black with #053626

Text Example


Text Example

White with #053626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053626; }

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

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

background-color css

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

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

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

border-color css

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

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

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