Html Css Color HEX #053430 Dark Green

📋 copy color: '#053430'

red 5 ◦ green 52 ◦ blue 48

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

Shades of Dark Green #053430

Tints of Dark Green #053430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

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

R = 4.76%
G = 49.52%
B = 45.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#053430 (or 0x053430) is known color: Dark Green. HEX triplet: 05, 34 and 30. RGB value is (5,52,48). Sum of RGB (Red+Green+Blue) = 5+52+48=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #053430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053430 is #FACBCF. Grayscale: #252525. Windows color (decimal): -16436176 or 3159045. OLE color: 3159045.

HSL color Cylindrical-coordinate representation of color #053430: hue angle of 174.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053430 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 48 -
CMYK 0.90 0 0.08 0.80
HSL 174.89º 0.82% 0.11% -
HSV(B) 174.89º 0.9% 0.2% -
XYZ 1.82 2.7 3.22 -
YUV 37.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 5 52 48 0.90 0 0.08 0.80 174.89 0.82 0.11
Hex 5 34 30 5A 0 8 50 AF 52 B
Octal 5 64 60 132 0 10 120 257 122 13
Binary 101 110100 110000 1011010 0 1000 1010000 10101111 1010010 1011

Color Harmonies of #053430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053430

Black with #053430

Text Example


Text Example

White with #053430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053430; }

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

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

background-color css

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

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

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

border-color css

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

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

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