Html Css Color HEX #344411 Turtle Green

📋 copy color: '#344411'

red 52 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #344411

Tints of Turtle Green #344411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 37.96%
G = 49.64%
B = 12.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#344411 (or 0x344411) is known color: Turtle Green. HEX triplet: 34, 44 and 11. RGB value is (52,68,17). Sum of RGB (Red+Green+Blue) = 52+68+17=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #344411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344411 is #CBBBEE. Grayscale: #393939. Windows color (decimal): -13351919 or 1131572. OLE color: 1131572.

HSL color Cylindrical-coordinate representation of color #344411: hue angle of 78.82º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344411 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 17 -
CMYK 0.24 0 0.75 0.73
HSL 78.82º 0.6% 0.17% -
HSV(B) 78.82º 0.75% 0.27% -
XYZ 3.58 4.9 1.29 -
YUV 57.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 52 68 17 0.24 0 0.75 0.73 78.82 0.6 0.17
Hex 34 44 11 18 0 4B 49 4F 3C 11
Octal 64 104 21 30 0 113 111 117 74 21
Binary 110100 1000100 10001 11000 0 1001011 1001001 1001111 111100 10001

Color Harmonies of #344411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344411

Black with #344411

Text Example


Text Example

White with #344411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344411; }

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

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

background-color css

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

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

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

border-color css

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

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

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