Html Css Color HEX #344013 Turtle Green

📋 copy color: '#344013'

red 52 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #344013

Tints of Turtle Green #344013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 38.52%
G = 47.41%
B = 14.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#344013 (or 0x344013) is known color: Turtle Green. HEX triplet: 34, 40 and 13. RGB value is (52,64,19). Sum of RGB (Red+Green+Blue) = 52+64+19=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #344013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344013 is #CBBFEC. Grayscale: #373737. Windows color (decimal): -13352941 or 1261620. OLE color: 1261620.

HSL color Cylindrical-coordinate representation of color #344013: hue angle of 76º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344013 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 19 -
CMYK 0.19 0 0.70 0.75
HSL 76º 0.54% 0.16% -
HSV(B) 76º 0.7% 0.25% -
XYZ 3.37 4.44 1.3 -
YUV 55.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 52 64 19 0.19 0 0.70 0.75 76 0.54 0.16
Hex 34 40 13 13 0 46 4B 4C 36 10
Octal 64 100 23 23 0 106 113 114 66 20
Binary 110100 1000000 10011 10011 0 1000110 1001011 1001100 110110 10000

Color Harmonies of #344013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344013

Black with #344013

Text Example


Text Example

White with #344013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344013; }

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

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

background-color css

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

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

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

border-color css

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

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

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