Html Css Color HEX #04341F Dark Green

📋 copy color: '#04341F'

red 4 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #04341F

Tints of Dark Green #04341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 35.63%

R = 4.6%
G = 59.77%
B = 35.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#04341F (or 0x04341F) is known color: Dark Green. HEX triplet: 04, 34 and 1F. RGB value is (4,52,31). Sum of RGB (Red+Green+Blue) = 4+52+31=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #04341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341F is #FBCBE0. Grayscale: #232323. Windows color (decimal): -16501729 or 2044932. OLE color: 2044932.

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

Color convert

RGB 4 52 31 -
CMYK 0.92 0 0.40 0.80
HSL 153.75º 0.86% 0.11% -
HSV(B) 153.75º 0.92% 0.2% -
XYZ 1.53 2.58 1.71 -
YUV 35.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 4 52 31 0.92 0 0.40 0.80 153.75 0.86 0.11
Hex 4 34 1F 5C 0 28 50 9A 56 B
Octal 4 64 37 134 0 50 120 232 126 13
Binary 100 110100 11111 1011100 0 101000 1010000 10011010 1010110 1011

Color Harmonies of #04341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04341F

Black with #04341F

Text Example


Text Example

White with #04341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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