Html Css Color HEX #05341B Dark Green

📋 copy color: '#05341B'

red 5 ◦ green 52 ◦ blue 27

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

Shades of Dark Green #05341B

Tints of Dark Green #05341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 5.95%
G = 61.9%
B = 32.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#05341B (or 0x05341B) is known color: Dark Green. HEX triplet: 05, 34 and 1B. RGB value is (5,52,27). Sum of RGB (Red+Green+Blue) = 5+52+27=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #05341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341B is #FACBE4. Grayscale: #232323. Windows color (decimal): -16436197 or 1782789. OLE color: 1782789.

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

Color convert

RGB 5 52 27 -
CMYK 0.90 0 0.48 0.80
HSL 148.09º 0.82% 0.11% -
HSV(B) 148.09º 0.9% 0.2% -
XYZ 1.49 2.57 1.45 -
YUV 35.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 5 52 27 0.90 0 0.48 0.80 148.09 0.82 0.11
Hex 5 34 1B 5A 0 30 50 94 52 B
Octal 5 64 33 132 0 60 120 224 122 13
Binary 101 110100 11011 1011010 0 110000 1010000 10010100 1010010 1011

Color Harmonies of #05341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05341B

Black with #05341B

Text Example


Text Example

White with #05341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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