Html Css Color HEX #344019 Turtle Green

📋 copy color: '#344019'

red 52 ◦ green 64 ◦ blue 25

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

Shades of Turtle Green #344019

Tints of Turtle Green #344019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

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

R = 36.88%
G = 45.39%
B = 17.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#344019 (or 0x344019) is known color: Turtle Green. HEX triplet: 34, 40 and 19. RGB value is (52,64,25). Sum of RGB (Red+Green+Blue) = 52+64+25=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #344019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344019 is #CBBFE6. Grayscale: #383838. Windows color (decimal): -13352935 or 1654836. OLE color: 1654836.

HSL color Cylindrical-coordinate representation of color #344019: hue angle of 78.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344019 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 25 -
CMYK 0.19 0 0.61 0.75
HSL 78.46º 0.44% 0.17% -
HSV(B) 78.46º 0.61% 0.25% -
XYZ 3.43 4.47 1.6 -
YUV 55.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 52 64 25 0.19 0 0.61 0.75 78.46 0.44 0.17
Hex 34 40 19 13 0 3D 4B 4E 2C 11
Octal 64 100 31 23 0 75 113 116 54 21
Binary 110100 1000000 11001 10011 0 111101 1001011 1001110 101100 10001

Color Harmonies of #344019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344019

Black with #344019

Text Example


Text Example

White with #344019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344019; }

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

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

background-color css

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

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

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

border-color css

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

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

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