Html Css Color HEX #043525 Dark Green

📋 copy color: '#043525'

red 4 ◦ green 53 ◦ blue 37

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

Shades of Dark Green #043525

Tints of Dark Green #043525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 39.36%

R = 4.26%
G = 56.38%
B = 39.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#043525 (or 0x043525) is known color: Dark Green. HEX triplet: 04, 35 and 25. RGB value is (4,53,37). Sum of RGB (Red+Green+Blue) = 4+53+37=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #043525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043525 is #FBCADA. Grayscale: #242424. Windows color (decimal): -16501467 or 2438404. OLE color: 2438404.

HSL color Cylindrical-coordinate representation of color #043525: hue angle of 160.41º 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 #043525 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 53 37 -
CMYK 0.92 0 0.30 0.79
HSL 160.41º 0.86% 0.11% -
HSV(B) 160.41º 0.92% 0.21% -
XYZ 1.66 2.71 2.19 -
YUV 36.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 4 53 37 0.92 0 0.30 0.79 160.41 0.86 0.11
Hex 4 35 25 5C 0 1E 4F A0 56 B
Octal 4 65 45 134 0 36 117 240 126 13
Binary 100 110101 100101 1011100 0 11110 1001111 10100000 1010110 1011

Color Harmonies of #043525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043525

Black with #043525

Text Example


Text Example

White with #043525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043525; }

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

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

background-color css

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

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

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

border-color css

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

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

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