Html Css Color HEX #043330 Dark Green

📋 copy color: '#043330'

red 4 ◦ green 51 ◦ blue 48

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

Shades of Dark Green #043330

Tints of Dark Green #043330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 3.88%
G = 49.51%
B = 46.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#043330 (or 0x043330) is known color: Dark Green. HEX triplet: 04, 33 and 30. RGB value is (4,51,48). Sum of RGB (Red+Green+Blue) = 4+51+48=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #043330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043330 is #FBCCCF. Grayscale: #242424. Windows color (decimal): -16501968 or 3158788. OLE color: 3158788.

HSL color Cylindrical-coordinate representation of color #043330: hue angle of 176.17º degrees, saturation: 0.85, 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 #043330 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 48 -
CMYK 0.92 0 0.06 0.8
HSL 176.17º 0.85% 0.11% -
HSV(B) 176.17º 0.92% 0.2% -
XYZ 1.77 2.61 3.21 -
YUV 36.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 4 51 48 0.92 0 0.06 0.8 176.17 0.85 0.11
Hex 4 33 30 5C 0 6 50 B0 55 B
Octal 4 63 60 134 0 6 120 260 125 13
Binary 100 110011 110000 1011100 0 110 1010000 10110000 1010101 1011

Color Harmonies of #043330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043330

Black with #043330

Text Example


Text Example

White with #043330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043330; }

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

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

background-color css

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

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

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

border-color css

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

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

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