Html Css Color HEX #343711 Turtle Green

📋 copy color: '#343711'

red 52 ◦ green 55 ◦ blue 17

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

Shades of Turtle Green #343711

Tints of Turtle Green #343711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.71%

R = 41.94%
G = 44.35%
B = 13.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#343711 (or 0x343711) is known color: Turtle Green. HEX triplet: 34, 37 and 11. RGB value is (52,55,17). Sum of RGB (Red+Green+Blue) = 52+55+17=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #343711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343711 is #CBC8EE. Grayscale: #313131. Windows color (decimal): -13355247 or 1128244. OLE color: 1128244.

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

Color convert

RGB 52 55 17 -
CMYK 0.05 0 0.69 0.78
HSL 64.74º 0.53% 0.14% -
HSV(B) 64.74º 0.69% 0.22% -
XYZ 2.88 3.5 1.05 -
YUV 49.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 52 55 17 0.05 0 0.69 0.78 64.74 0.53 0.14
Hex 34 37 11 5 0 45 4E 41 35 E
Octal 64 67 21 5 0 105 116 101 65 16
Binary 110100 110111 10001 101 0 1000101 1001110 1000001 110101 1110

Color Harmonies of #343711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343711

Black with #343711

Text Example


Text Example

White with #343711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343711; }

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

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

background-color css

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

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

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

border-color css

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

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

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