Html Css Color HEX #344114 Turtle Green

📋 copy color: '#344114'

red 52 ◦ green 65 ◦ blue 20

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

Shades of Turtle Green #344114

Tints of Turtle Green #344114

RGB

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

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

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

R = 37.96%
G = 47.45%
B = 14.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#344114 (or 0x344114) is known color: Turtle Green. HEX triplet: 34, 41 and 14. RGB value is (52,65,20). Sum of RGB (Red+Green+Blue) = 52+65+20=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #344114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344114 is #CBBEEB. Grayscale: #383838. Windows color (decimal): -13352684 or 1327412. OLE color: 1327412.

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

Color convert

RGB 52 65 20 -
CMYK 0.20 0 0.69 0.75
HSL 77.33º 0.53% 0.17% -
HSV(B) 77.33º 0.69% 0.25% -
XYZ 3.43 4.56 1.36 -
YUV 55.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 52 65 20 0.20 0 0.69 0.75 77.33 0.53 0.17
Hex 34 41 14 14 0 45 4B 4D 35 11
Octal 64 101 24 24 0 105 113 115 65 21
Binary 110100 1000001 10100 10100 0 1000101 1001011 1001101 110101 10001

Color Harmonies of #344114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344114

Black with #344114

Text Example


Text Example

White with #344114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344114; }

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

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

background-color css

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

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

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

border-color css

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

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

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