Html Css Color HEX #05341F Dark Green

📋 copy color: '#05341F'

red 5 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #05341F

Tints of Dark Green #05341F

RGB

 RED value IS 5 (2.34% from 255) = 5.68%

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

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

R = 5.68%
G = 59.09%
B = 35.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#05341F (or 0x05341F) is known color: Dark Green. HEX triplet: 05, 34 and 1F. RGB value is (5,52,31). Sum of RGB (Red+Green+Blue) = 5+52+31=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #05341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341F is #FACBE0. Grayscale: #232323. Windows color (decimal): -16436193 or 2044933. OLE color: 2044933.

HSL color Cylindrical-coordinate representation of color #05341F: hue angle of 153.19º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05341F is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 31 -
CMYK 0.90 0 0.40 0.80
HSL 153.19º 0.82% 0.11% -
HSV(B) 153.19º 0.9% 0.2% -
XYZ 1.54 2.59 1.71 -
YUV 35.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 5 52 31 0.90 0 0.40 0.80 153.19 0.82 0.11
Hex 5 34 1F 5A 0 28 50 99 52 B
Octal 5 64 37 132 0 50 120 231 122 13
Binary 101 110100 11111 1011010 0 101000 1010000 10011001 1010010 1011

Color Harmonies of #05341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05341F

Black with #05341F

Text Example


Text Example

White with #05341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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