Html Css Color HEX #343C1F Turtle Green

📋 copy color: '#343C1F'

red 52 ◦ green 60 ◦ blue 31

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

Shades of Turtle Green #343C1F

Tints of Turtle Green #343C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.96%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 36.36%
G = 41.96%
B = 21.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#343C1F (or 0x343C1F) is known color: Turtle Green. HEX triplet: 34, 3C and 1F. RGB value is (52,60,31). Sum of RGB (Red+Green+Blue) = 52+60+31=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #343C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C1F is #CBC3E0. Grayscale: #363636. Windows color (decimal): -13353953 or 2047028. OLE color: 2047028.

HSL color Cylindrical-coordinate representation of color #343C1F: hue angle of 76.55º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #343C1F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 60 31 -
CMYK 0.13 0 0.48 0.76
HSL 76.55º 0.32% 0.18% -
HSV(B) 76.55º 0.48% 0.24% -
XYZ 3.28 4.06 1.91 -
YUV 54.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 52 60 31 0.13 0 0.48 0.76 76.55 0.32 0.18
Hex 34 3C 1F D 0 30 4C 4D 20 12
Octal 64 74 37 15 0 60 114 115 40 22
Binary 110100 111100 11111 1101 0 110000 1001100 1001101 100000 10010

Color Harmonies of #343C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C1F

Black with #343C1F

Text Example


Text Example

White with #343C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,31); }

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

background-color css

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

 a { background-color: rgb(52,60,31); }

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

border-color css

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

 span { border-color: rgb(52,60,31); }

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