Html Css Color HEX #04341B Dark Green

📋 copy color: '#04341B'

red 4 ◦ green 52 ◦ blue 27

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

Shades of Dark Green #04341B

Tints of Dark Green #04341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.53%

R = 4.82%
G = 62.65%
B = 32.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#04341B (or 0x04341B) is known color: Dark Green. HEX triplet: 04, 34 and 1B. RGB value is (4,52,27). Sum of RGB (Red+Green+Blue) = 4+52+27=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #04341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341B is #FBCBE4. Grayscale: #222222. Windows color (decimal): -16501733 or 1782788. OLE color: 1782788.

HSL color Cylindrical-coordinate representation of color #04341B: hue angle of 148.75º 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 #04341B is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 52 27 -
CMYK 0.92 0 0.48 0.80
HSL 148.75º 0.86% 0.11% -
HSV(B) 148.75º 0.92% 0.2% -
XYZ 1.48 2.56 1.45 -
YUV 34.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 4 52 27 0.92 0 0.48 0.80 148.75 0.86 0.11
Hex 4 34 1B 5C 0 30 50 95 56 B
Octal 4 64 33 134 0 60 120 225 126 13
Binary 100 110100 11011 1011100 0 110000 1010000 10010101 1010110 1011

Color Harmonies of #04341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04341B

Black with #04341B

Text Example


Text Example

White with #04341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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