Html Css Color HEX #344311 Turtle Green

📋 copy color: '#344311'

red 52 ◦ green 67 ◦ blue 17

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

Shades of Turtle Green #344311

Tints of Turtle Green #344311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.26%

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

R = 38.24%
G = 49.26%
B = 12.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#344311 (or 0x344311) is known color: Turtle Green. HEX triplet: 34, 43 and 11. RGB value is (52,67,17). Sum of RGB (Red+Green+Blue) = 52+67+17=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #344311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344311 is #CBBCEE. Grayscale: #393939. Windows color (decimal): -13352175 or 1131316. OLE color: 1131316.

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

Color convert

RGB 52 67 17 -
CMYK 0.22 0 0.75 0.74
HSL 78º 0.6% 0.16% -
HSV(B) 78º 0.75% 0.26% -
XYZ 3.52 4.78 1.27 -
YUV 56.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 52 67 17 0.22 0 0.75 0.74 78 0.6 0.16
Hex 34 43 11 16 0 4B 4A 4E 3C 10
Octal 64 103 21 26 0 113 112 116 74 20
Binary 110100 1000011 10001 10110 0 1001011 1001010 1001110 111100 10000

Color Harmonies of #344311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344311

Black with #344311

Text Example


Text Example

White with #344311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344311; }

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

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

background-color css

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

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

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

border-color css

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

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

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