Html Css Color HEX #343710 Turtle Green

📋 copy color: '#343710'

red 52 ◦ green 55 ◦ blue 16

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

Shades of Turtle Green #343710

Tints of Turtle Green #343710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 42.28%
G = 44.72%
B = 13.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#343710 (or 0x343710) is known color: Turtle Green. HEX triplet: 34, 37 and 10. RGB value is (52,55,16). Sum of RGB (Red+Green+Blue) = 52+55+16=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #343710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343710 is #CBC8EF. Grayscale: #313131. Windows color (decimal): -13355248 or 1062708. OLE color: 1062708.

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

Color convert

RGB 52 55 16 -
CMYK 0.05 0 0.71 0.78
HSL 64.62º 0.55% 0.14% -
HSV(B) 64.62º 0.71% 0.22% -
XYZ 2.88 3.5 1.01 -
YUV 49.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 52 55 16 0.05 0 0.71 0.78 64.62 0.55 0.14
Hex 34 37 10 5 0 47 4E 41 37 E
Octal 64 67 20 5 0 107 116 101 67 16
Binary 110100 110111 10000 101 0 1000111 1001110 1000001 110111 1110

Color Harmonies of #343710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343710

Black with #343710

Text Example


Text Example

White with #343710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343710; }

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

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

background-color css

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

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

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

border-color css

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

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

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