Html Css Color HEX #343713 Turtle Green

📋 copy color: '#343713'

red 52 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #343713

Tints of Turtle Green #343713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 41.27%
G = 43.65%
B = 15.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#343713 (or 0x343713) is known color: Turtle Green. HEX triplet: 34, 37 and 13. RGB value is (52,55,19). Sum of RGB (Red+Green+Blue) = 52+55+19=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #343713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343713 is #CBC8EC. Grayscale: #323232. Windows color (decimal): -13355245 or 1259316. OLE color: 1259316.

HSL color Cylindrical-coordinate representation of color #343713: hue angle of 65º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343713 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 55 19 -
CMYK 0.05 0 0.65 0.78
HSL 65º 0.49% 0.15% -
HSV(B) 65º 0.65% 0.22% -
XYZ 2.9 3.51 1.14 -
YUV 50 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 52 55 19 0.05 0 0.65 0.78 65 0.49 0.15
Hex 34 37 13 5 0 41 4E 41 31 F
Octal 64 67 23 5 0 101 116 101 61 17
Binary 110100 110111 10011 101 0 1000001 1001110 1000001 110001 1111

Color Harmonies of #343713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343713

Black with #343713

Text Example


Text Example

White with #343713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343713; }

 p { color: rgb(52,55,19); }

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

background-color css

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

 a { background-color: rgb(52,55,19); }

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

border-color css

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

 span { border-color: rgb(52,55,19); }

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