Html Css Color HEX #344619 Turtle Green

📋 copy color: '#344619'

red 52 ◦ green 70 ◦ blue 25

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

Shades of Turtle Green #344619

Tints of Turtle Green #344619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

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

R = 35.37%
G = 47.62%
B = 17.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#344619 (or 0x344619) is known color: Turtle Green. HEX triplet: 34, 46 and 19. RGB value is (52,70,25). Sum of RGB (Red+Green+Blue) = 52+70+25=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #344619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344619 is #CBB9E6. Grayscale: #3B3B3B. Windows color (decimal): -13351399 or 1656372. OLE color: 1656372.

HSL color Cylindrical-coordinate representation of color #344619: hue angle of 84º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344619 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 25 -
CMYK 0.26 0 0.64 0.73
HSL 84º 0.47% 0.19% -
HSV(B) 84º 0.64% 0.27% -
XYZ 3.78 5.18 1.72 -
YUV 59.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 52 70 25 0.26 0 0.64 0.73 84 0.47 0.19
Hex 34 46 19 1A 0 40 49 54 2F 13
Octal 64 106 31 32 0 100 111 124 57 23
Binary 110100 1000110 11001 11010 0 1000000 1001001 1010100 101111 10011

Color Harmonies of #344619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344619

Black with #344619

Text Example


Text Example

White with #344619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344619; }

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

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

background-color css

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

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

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

border-color css

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

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

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