Html Css Color HEX #053826 Dark Green

📋 copy color: '#053826'

red 5 ◦ green 56 ◦ blue 38

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

Shades of Dark Green #053826

Tints of Dark Green #053826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 56.57%

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

R = 5.05%
G = 56.57%
B = 38.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#053826 (or 0x053826) is known color: Dark Green. HEX triplet: 05, 38 and 26. RGB value is (5,56,38). Sum of RGB (Red+Green+Blue) = 5+56+38=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #053826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053826 is #FAC7D9. Grayscale: #262626. Windows color (decimal): -16435162 or 2504709. OLE color: 2504709.

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

Color convert

RGB 5 56 38 -
CMYK 0.91 0 0.32 0.78
HSL 158.82º 0.84% 0.12% -
HSV(B) 158.82º 0.91% 0.22% -
XYZ 1.83 3 2.32 -
YUV 38.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 5 56 38 0.91 0 0.32 0.78 158.82 0.84 0.12
Hex 5 38 26 5B 0 20 4E 9F 54 C
Octal 5 70 46 133 0 40 116 237 124 14
Binary 101 111000 100110 1011011 0 100000 1001110 10011111 1010100 1100

Color Harmonies of #053826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053826

Black with #053826

Text Example


Text Example

White with #053826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053826; }

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

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

background-color css

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

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

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

border-color css

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

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

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