Html Css Color HEX #043530 Dark Green

📋 copy color: '#043530'

red 4 ◦ green 53 ◦ blue 48

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

Shades of Dark Green #043530

Tints of Dark Green #043530

RGB

 RED value IS 4 (1.95% from 255) = 3.81%

 GREEN value IS 53 (21.09% from 255) = 50.48%

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

R = 3.81%
G = 50.48%
B = 45.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#043530 (or 0x043530) is known color: Dark Green. HEX triplet: 04, 35 and 30. RGB value is (4,53,48). Sum of RGB (Red+Green+Blue) = 4+53+48=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #043530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043530 is #FBCACF. Grayscale: #252525. Windows color (decimal): -16501456 or 3159300. OLE color: 3159300.

HSL color Cylindrical-coordinate representation of color #043530: hue angle of 173.88º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043530 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 53 48 -
CMYK 0.92 0 0.09 0.79
HSL 173.88º 0.86% 0.11% -
HSV(B) 173.88º 0.92% 0.21% -
XYZ 1.86 2.79 3.24 -
YUV 37.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 4 53 48 0.92 0 0.09 0.79 173.88 0.86 0.11
Hex 4 35 30 5C 0 9 4F AE 56 B
Octal 4 65 60 134 0 11 117 256 126 13
Binary 100 110101 110000 1011100 0 1001 1001111 10101110 1010110 1011

Color Harmonies of #043530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043530

Black with #043530

Text Example


Text Example

White with #043530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043530; }

 p { color: rgb(4,53,48); }

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

background-color css

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

 a { background-color: rgb(4,53,48); }

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

border-color css

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

 span { border-color: rgb(4,53,48); }

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