Html Css Color HEX #053730 Dark Green

📋 copy color: '#053730'

red 5 ◦ green 55 ◦ blue 48

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

Shades of Dark Green #053730

Tints of Dark Green #053730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.93%

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

R = 4.63%
G = 50.93%
B = 44.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#053730 (or 0x053730) is known color: Dark Green. HEX triplet: 05, 37 and 30. RGB value is (5,55,48). Sum of RGB (Red+Green+Blue) = 5+55+48=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #053730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053730 is #FAC8CF. Grayscale: #272727. Windows color (decimal): -16435408 or 3159813. OLE color: 3159813.

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

Color convert

RGB 5 55 48 -
CMYK 0.91 0 0.13 0.78
HSL 171.6º 0.83% 0.12% -
HSV(B) 171.6º 0.91% 0.22% -
XYZ 1.96 2.98 3.27 -
YUV 39.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 5 55 48 0.91 0 0.13 0.78 171.6 0.83 0.12
Hex 5 37 30 5B 0 D 4E AC 53 C
Octal 5 67 60 133 0 15 116 254 123 14
Binary 101 110111 110000 1011011 0 1101 1001110 10101100 1010011 1100

Color Harmonies of #053730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053730

Black with #053730

Text Example


Text Example

White with #053730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053730; }

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

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

background-color css

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

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

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

border-color css

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

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

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