Html Css Color HEX #05342E Dark Green

📋 copy color: '#05342E'

red 5 ◦ green 52 ◦ blue 46

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

Shades of Dark Green #05342E

Tints of Dark Green #05342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 44.66%

R = 4.85%
G = 50.49%
B = 44.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#05342E (or 0x05342E) is known color: Dark Green. HEX triplet: 05, 34 and 2E. RGB value is (5,52,46). Sum of RGB (Red+Green+Blue) = 5+52+46=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #05342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05342E is #FACBD1. Grayscale: #252525. Windows color (decimal): -16436178 or 3027973. OLE color: 3027973.

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

Color convert

RGB 5 52 46 -
CMYK 0.90 0 0.12 0.80
HSL 172.34º 0.82% 0.11% -
HSV(B) 172.34º 0.9% 0.2% -
XYZ 1.78 2.69 3.01 -
YUV 37.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 5 52 46 0.90 0 0.12 0.80 172.34 0.82 0.11
Hex 5 34 2E 5A 0 C 50 AC 52 B
Octal 5 64 56 132 0 14 120 254 122 13
Binary 101 110100 101110 1011010 0 1100 1010000 10101100 1010010 1011

Color Harmonies of #05342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05342E

Black with #05342E

Text Example


Text Example

White with #05342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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