Html Css Color HEX #043430 Dark Green

📋 copy color: '#043430'

red 4 ◦ green 52 ◦ blue 48

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

Shades of Dark Green #043430

Tints of Dark Green #043430

RGB

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

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

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

R = 3.85%
G = 50%
B = 46.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#043430 (or 0x043430) is known color: Dark Green. HEX triplet: 04, 34 and 30. RGB value is (4,52,48). Sum of RGB (Red+Green+Blue) = 4+52+48=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #043430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043430 is #FBCBCF. Grayscale: #252525. Windows color (decimal): -16501712 or 3159044. OLE color: 3159044.

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

Color convert

RGB 4 52 48 -
CMYK 0.92 0 0.08 0.80
HSL 175º 0.86% 0.11% -
HSV(B) 175º 0.92% 0.2% -
XYZ 1.81 2.7 3.22 -
YUV 37.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 4 52 48 0.92 0 0.08 0.80 175 0.86 0.11
Hex 4 34 30 5C 0 8 50 AF 56 B
Octal 4 64 60 134 0 10 120 257 126 13
Binary 100 110100 110000 1011100 0 1000 1010000 10101111 1010110 1011

Color Harmonies of #043430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043430

Black with #043430

Text Example


Text Example

White with #043430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043430; }

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

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

background-color css

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

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

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

border-color css

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

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

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