Html Css Color HEX #343A1D Turtle Green

📋 copy color: '#343A1D'

red 52 ◦ green 58 ◦ blue 29

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

Shades of Turtle Green #343A1D

Tints of Turtle Green #343A1D

RGB

 RED value IS 52 (20.7% from 255) = 37.41%

 GREEN value IS 58 (23.05% from 255) = 41.73%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 37.41%
G = 41.73%
B = 20.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.77

RGB Variations

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

Color information

#343A1D (or 0x343A1D) is known color: Turtle Green. HEX triplet: 34, 3A and 1D. RGB value is (52,58,29). Sum of RGB (Red+Green+Blue) = 52+58+29=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #343A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A1D is #CBC5E2. Grayscale: #353535. Windows color (decimal): -13354467 or 1915444. OLE color: 1915444.

HSL color Cylindrical-coordinate representation of color #343A1D: hue angle of 72.41º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343A1D is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 58 29 -
CMYK 0.10 0 0.5 0.77
HSL 72.41º 0.33% 0.17% -
HSV(B) 72.41º 0.5% 0.23% -
XYZ 3.15 3.84 1.74 -
YUV 52.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 52 58 29 0.10 0 0.5 0.77 72.41 0.33 0.17
Hex 34 3A 1D A 0 32 4D 48 21 11
Octal 64 72 35 12 0 62 115 110 41 21
Binary 110100 111010 11101 1010 0 110010 1001101 1001000 100001 10001

Color Harmonies of #343A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A1D

Black with #343A1D

Text Example


Text Example

White with #343A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343A1D; }

 p { color: rgb(52,58,29); }

 H1.HeaderClassName
 {
   color: #343A1D;
 }
 .AnyTagClassName
 {
   color: #343A1D;
 }
</style>

background-color css

<style>
 a { background-color: #343A1D; }

 a { background-color: rgb(52,58,29); }

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

border-color css

<style>
 span { border-color: #343A1D; }

 span { border-color: rgb(52,58,29); }

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