Html Css Color HEX #343E1F Turtle Green

📋 copy color: '#343E1F'

red 52 ◦ green 62 ◦ blue 31

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

Shades of Turtle Green #343E1F

Tints of Turtle Green #343E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.76%

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

R = 35.86%
G = 42.76%
B = 21.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#343E1F (or 0x343E1F) is known color: Turtle Green. HEX triplet: 34, 3E and 1F. RGB value is (52,62,31). Sum of RGB (Red+Green+Blue) = 52+62+31=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #343E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E1F is #CBC1E0. Grayscale: #373737. Windows color (decimal): -13353441 or 2047540. OLE color: 2047540.

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

Color convert

RGB 52 62 31 -
CMYK 0.16 0 0.5 0.76
HSL 79.35º 0.33% 0.18% -
HSV(B) 79.35º 0.5% 0.24% -
XYZ 3.39 4.27 1.94 -
YUV 55.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 52 62 31 0.16 0 0.5 0.76 79.35 0.33 0.18
Hex 34 3E 1F 10 0 32 4C 4F 21 12
Octal 64 76 37 20 0 62 114 117 41 22
Binary 110100 111110 11111 10000 0 110010 1001100 1001111 100001 10010

Color Harmonies of #343E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E1F

Black with #343E1F

Text Example


Text Example

White with #343E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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