Html Css Color HEX #053830 Dark Green

📋 copy color: '#053830'

red 5 ◦ green 56 ◦ blue 48

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

Shades of Dark Green #053830

Tints of Dark Green #053830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 44.04%

R = 4.59%
G = 51.38%
B = 44.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#053830 (or 0x053830) is known color: Dark Green. HEX triplet: 05, 38 and 30. RGB value is (5,56,48). Sum of RGB (Red+Green+Blue) = 5+56+48=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #053830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053830 is #FAC7CF. Grayscale: #272727. Windows color (decimal): -16435152 or 3160069. OLE color: 3160069.

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

Color convert

RGB 5 56 48 -
CMYK 0.91 0 0.14 0.78
HSL 170.59º 0.84% 0.12% -
HSV(B) 170.59º 0.91% 0.22% -
XYZ 2.01 3.07 3.28 -
YUV 39.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 5 56 48 0.91 0 0.14 0.78 170.59 0.84 0.12
Hex 5 38 30 5B 0 E 4E AB 54 C
Octal 5 70 60 133 0 16 116 253 124 14
Binary 101 111000 110000 1011011 0 1110 1001110 10101011 1010100 1100

Color Harmonies of #053830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053830

Black with #053830

Text Example


Text Example

White with #053830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053830; }

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

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

background-color css

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

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

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

border-color css

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

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

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