Html Css Color HEX #344214 Turtle Green

📋 copy color: '#344214'

red 52 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #344214

Tints of Turtle Green #344214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 37.68%
G = 47.83%
B = 14.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#344214 (or 0x344214) is known color: Turtle Green. HEX triplet: 34, 42 and 14. RGB value is (52,66,20). Sum of RGB (Red+Green+Blue) = 52+66+20=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #344214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344214 is #CBBDEB. Grayscale: #383838. Windows color (decimal): -13352428 or 1327668. OLE color: 1327668.

HSL color Cylindrical-coordinate representation of color #344214: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344214 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 20 -
CMYK 0.21 0 0.70 0.74
HSL 78.26º 0.53% 0.17% -
HSV(B) 78.26º 0.7% 0.26% -
XYZ 3.49 4.68 1.38 -
YUV 56.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 52 66 20 0.21 0 0.70 0.74 78.26 0.53 0.17
Hex 34 42 14 15 0 46 4A 4E 35 11
Octal 64 102 24 25 0 106 112 116 65 21
Binary 110100 1000010 10100 10101 0 1000110 1001010 1001110 110101 10001

Color Harmonies of #344214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344214

Black with #344214

Text Example


Text Example

White with #344214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344214; }

 p { color: rgb(52,66,20); }

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

background-color css

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

 a { background-color: rgb(52,66,20); }

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

border-color css

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

 span { border-color: rgb(52,66,20); }

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