Html Css Color HEX #05341C Dark Green

📋 copy color: '#05341C'

red 5 ◦ green 52 ◦ blue 28

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

Shades of Dark Green #05341C

Tints of Dark Green #05341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 32.94%

R = 5.88%
G = 61.18%
B = 32.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#05341C (or 0x05341C) is known color: Dark Green. HEX triplet: 05, 34 and 1C. RGB value is (5,52,28). Sum of RGB (Red+Green+Blue) = 5+52+28=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #05341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341C is #FACBE3. Grayscale: #232323. Windows color (decimal): -16436196 or 1848325. OLE color: 1848325.

HSL color Cylindrical-coordinate representation of color #05341C: hue angle of 149.36º 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 #05341C is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 28 -
CMYK 0.90 0 0.46 0.80
HSL 149.36º 0.82% 0.11% -
HSV(B) 149.36º 0.9% 0.2% -
XYZ 1.5 2.57 1.52 -
YUV 35.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 5 52 28 0.90 0 0.46 0.80 149.36 0.82 0.11
Hex 5 34 1C 5A 0 2E 50 95 52 B
Octal 5 64 34 132 0 56 120 225 122 13
Binary 101 110100 11100 1011010 0 101110 1010000 10010101 1010010 1011

Color Harmonies of #05341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05341C

Black with #05341C

Text Example


Text Example

White with #05341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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