Html Css Color HEX #343613 Turtle Green

📋 copy color: '#343613'

red 52 ◦ green 54 ◦ blue 19

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

Shades of Turtle Green #343613

Tints of Turtle Green #343613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

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

R = 41.6%
G = 43.2%
B = 15.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#343613 (or 0x343613) is known color: Turtle Green. HEX triplet: 34, 36 and 13. RGB value is (52,54,19). Sum of RGB (Red+Green+Blue) = 52+54+19=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #343613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343613 is #CBC9EC. Grayscale: #313131. Windows color (decimal): -13355501 or 1259060. OLE color: 1259060.

HSL color Cylindrical-coordinate representation of color #343613: hue angle of 63.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343613 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 54 19 -
CMYK 0.04 0 0.65 0.79
HSL 63.43º 0.48% 0.14% -
HSV(B) 63.43º 0.65% 0.21% -
XYZ 2.85 3.42 1.12 -
YUV 49.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 52 54 19 0.04 0 0.65 0.79 63.43 0.48 0.14
Hex 34 36 13 4 0 41 4F 3F 30 E
Octal 64 66 23 4 0 101 117 77 60 16
Binary 110100 110110 10011 100 0 1000001 1001111 111111 110000 1110

Color Harmonies of #343613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343613

Black with #343613

Text Example


Text Example

White with #343613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343613; }

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

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

background-color css

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

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

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

border-color css

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

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

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