Html Css Color HEX #344117 Turtle Green

📋 copy color: '#344117'

red 52 ◦ green 65 ◦ blue 23

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

Shades of Turtle Green #344117

Tints of Turtle Green #344117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 37.14%
G = 46.43%
B = 16.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#344117 (or 0x344117) is known color: Turtle Green. HEX triplet: 34, 41 and 17. RGB value is (52,65,23). Sum of RGB (Red+Green+Blue) = 52+65+23=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #344117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344117 is #CBBEE8. Grayscale: #383838. Windows color (decimal): -13352681 or 1524020. OLE color: 1524020.

HSL color Cylindrical-coordinate representation of color #344117: hue angle of 78.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344117 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 23 -
CMYK 0.20 0 0.65 0.75
HSL 78.57º 0.48% 0.17% -
HSV(B) 78.57º 0.65% 0.25% -
XYZ 3.46 4.57 1.51 -
YUV 56.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 52 65 23 0.20 0 0.65 0.75 78.57 0.48 0.17
Hex 34 41 17 14 0 41 4B 4F 30 11
Octal 64 101 27 24 0 101 113 117 60 21
Binary 110100 1000001 10111 10100 0 1000001 1001011 1001111 110000 10001

Color Harmonies of #344117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344117

Black with #344117

Text Example


Text Example

White with #344117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344117; }

 p { color: rgb(52,65,23); }

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

background-color css

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

 a { background-color: rgb(52,65,23); }

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

border-color css

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

 span { border-color: rgb(52,65,23); }

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