Html Css Color HEX #053828 Dark Green

📋 copy color: '#053828'

red 5 ◦ green 56 ◦ blue 40

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

Shades of Dark Green #053828

Tints of Dark Green #053828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 4.95%
G = 55.45%
B = 39.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#053828 (or 0x053828) is known color: Dark Green. HEX triplet: 05, 38 and 28. RGB value is (5,56,40). Sum of RGB (Red+Green+Blue) = 5+56+40=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #053828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053828 is #FAC7D7. Grayscale: #262626. Windows color (decimal): -16435160 or 2635781. OLE color: 2635781.

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

Color convert

RGB 5 56 40 -
CMYK 0.91 0 0.29 0.78
HSL 161.18º 0.84% 0.12% -
HSV(B) 161.18º 0.91% 0.22% -
XYZ 1.86 3.01 2.49 -
YUV 38.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 5 56 40 0.91 0 0.29 0.78 161.18 0.84 0.12
Hex 5 38 28 5B 0 1D 4E A1 54 C
Octal 5 70 50 133 0 35 116 241 124 14
Binary 101 111000 101000 1011011 0 11101 1001110 10100001 1010100 1100

Color Harmonies of #053828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053828

Black with #053828

Text Example


Text Example

White with #053828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053828; }

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

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

background-color css

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

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

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

border-color css

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

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

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