Html Css Color HEX #344111 Turtle Green

📋 copy color: '#344111'

red 52 ◦ green 65 ◦ blue 17

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

Shades of Turtle Green #344111

Tints of Turtle Green #344111

RGB

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

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

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

R = 38.81%
G = 48.51%
B = 12.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#344111 (or 0x344111) is known color: Turtle Green. HEX triplet: 34, 41 and 11. RGB value is (52,65,17). Sum of RGB (Red+Green+Blue) = 52+65+17=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #344111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344111 is #CBBEEE. Grayscale: #373737. Windows color (decimal): -13352687 or 1130804. OLE color: 1130804.

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

Color convert

RGB 52 65 17 -
CMYK 0.20 0 0.74 0.75
HSL 76.25º 0.59% 0.16% -
HSV(B) 76.25º 0.74% 0.25% -
XYZ 3.41 4.55 1.23 -
YUV 55.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 52 65 17 0.20 0 0.74 0.75 76.25 0.59 0.16
Hex 34 41 11 14 0 4A 4B 4C 3B 10
Octal 64 101 21 24 0 112 113 114 73 20
Binary 110100 1000001 10001 10100 0 1001010 1001011 1001100 111011 10000

Color Harmonies of #344111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344111

Black with #344111

Text Example


Text Example

White with #344111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344111; }

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

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

background-color css

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

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

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

border-color css

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

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

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