Html Css Color HEX #05342C Dark Green

📋 copy color: '#05342C'

red 5 ◦ green 52 ◦ blue 44

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

Shades of Dark Green #05342C

Tints of Dark Green #05342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 43.56%

R = 4.95%
G = 51.49%
B = 43.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#05342C (or 0x05342C) is known color: Dark Green. HEX triplet: 05, 34 and 2C. RGB value is (5,52,44). Sum of RGB (Red+Green+Blue) = 5+52+44=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #05342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05342C is #FACBD3. Grayscale: #252525. Windows color (decimal): -16436180 or 2896901. OLE color: 2896901.

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

Color convert

RGB 5 52 44 -
CMYK 0.90 0 0.15 0.80
HSL 169.79º 0.82% 0.11% -
HSV(B) 169.79º 0.9% 0.2% -
XYZ 1.75 2.67 2.81 -
YUV 37.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 5 52 44 0.90 0 0.15 0.80 169.79 0.82 0.11
Hex 5 34 2C 5A 0 F 50 AA 52 B
Octal 5 64 54 132 0 17 120 252 122 13
Binary 101 110100 101100 1011010 0 1111 1010000 10101010 1010010 1011

Color Harmonies of #05342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05342C

Black with #05342C

Text Example


Text Example

White with #05342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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