Html Css Color HEX #344211 Turtle Green

📋 copy color: '#344211'

red 52 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #344211

Tints of Turtle Green #344211

RGB

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

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

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

R = 38.52%
G = 48.89%
B = 12.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#344211 (or 0x344211) is known color: Turtle Green. HEX triplet: 34, 42 and 11. RGB value is (52,66,17). Sum of RGB (Red+Green+Blue) = 52+66+17=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #344211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344211 is #CBBDEE. Grayscale: #383838. Windows color (decimal): -13352431 or 1131060. OLE color: 1131060.

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

Color convert

RGB 52 66 17 -
CMYK 0.21 0 0.74 0.74
HSL 77.14º 0.59% 0.16% -
HSV(B) 77.14º 0.74% 0.26% -
XYZ 3.47 4.67 1.25 -
YUV 56.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 52 66 17 0.21 0 0.74 0.74 77.14 0.59 0.16
Hex 34 42 11 15 0 4A 4A 4D 3B 10
Octal 64 102 21 25 0 112 112 115 73 20
Binary 110100 1000010 10001 10101 0 1001010 1001010 1001101 111011 10000

Color Harmonies of #344211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344211

Black with #344211

Text Example


Text Example

White with #344211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344211; }

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

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

background-color css

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

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

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

border-color css

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

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

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