Html Css Color HEX #344419 Turtle Green

📋 copy color: '#344419'

red 52 ◦ green 68 ◦ blue 25

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

Shades of Turtle Green #344419

Tints of Turtle Green #344419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 35.86%
G = 46.9%
B = 17.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#344419 (or 0x344419) is known color: Turtle Green. HEX triplet: 34, 44 and 19. RGB value is (52,68,25). Sum of RGB (Red+Green+Blue) = 52+68+25=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #344419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344419 is #CBBBE6. Grayscale: #3A3A3A. Windows color (decimal): -13351911 or 1655860. OLE color: 1655860.

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

Color convert

RGB 52 68 25 -
CMYK 0.24 0 0.63 0.73
HSL 82.33º 0.46% 0.18% -
HSV(B) 82.33º 0.63% 0.27% -
XYZ 3.66 4.93 1.68 -
YUV 58.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 52 68 25 0.24 0 0.63 0.73 82.33 0.46 0.18
Hex 34 44 19 18 0 3F 49 52 2E 12
Octal 64 104 31 30 0 77 111 122 56 22
Binary 110100 1000100 11001 11000 0 111111 1001001 1010010 101110 10010

Color Harmonies of #344419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344419

Black with #344419

Text Example


Text Example

White with #344419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344419; }

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

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

background-color css

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

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

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

border-color css

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

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

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