Html Css Color HEX #34401D Turtle Green

📋 copy color: '#34401D'

red 52 ◦ green 64 ◦ blue 29

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

Shades of Turtle Green #34401D

Tints of Turtle Green #34401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 35.86%
G = 44.14%
B = 20%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#34401D (or 0x34401D) is known color: Turtle Green. HEX triplet: 34, 40 and 1D. RGB value is (52,64,29). Sum of RGB (Red+Green+Blue) = 52+64+29=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #34401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34401D is #CBBFE2. Grayscale: #383838. Windows color (decimal): -13352931 or 1916980. OLE color: 1916980.

HSL color Cylindrical-coordinate representation of color #34401D: hue angle of 80.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34401D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 29 -
CMYK 0.19 0 0.55 0.75
HSL 80.57º 0.38% 0.18% -
HSV(B) 80.57º 0.55% 0.25% -
XYZ 3.47 4.49 1.85 -
YUV 56.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 52 64 29 0.19 0 0.55 0.75 80.57 0.38 0.18
Hex 34 40 1D 13 0 37 4B 51 26 12
Octal 64 100 35 23 0 67 113 121 46 22
Binary 110100 1000000 11101 10011 0 110111 1001011 1010001 100110 10010

Color Harmonies of #34401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34401D

Black with #34401D

Text Example


Text Example

White with #34401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34401D; }

 p { color: rgb(52,64,29); }

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

background-color css

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

 a { background-color: rgb(52,64,29); }

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

border-color css

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

 span { border-color: rgb(52,64,29); }

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