Html Css Color HEX #343612 Turtle Green

📋 copy color: '#343612'

red 52 ◦ green 54 ◦ blue 18

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

Shades of Turtle Green #343612

Tints of Turtle Green #343612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 41.94%
G = 43.55%
B = 14.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#343612 (or 0x343612) is known color: Turtle Green. HEX triplet: 34, 36 and 12. RGB value is (52,54,18). Sum of RGB (Red+Green+Blue) = 52+54+18=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #343612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343612 is #CBC9ED. Grayscale: #313131. Windows color (decimal): -13355502 or 1193524. OLE color: 1193524.

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

Color convert

RGB 52 54 18 -
CMYK 0.04 0 0.67 0.79
HSL 63.33º 0.5% 0.14% -
HSV(B) 63.33º 0.67% 0.21% -
XYZ 2.84 3.41 1.08 -
YUV 49.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 52 54 18 0.04 0 0.67 0.79 63.33 0.5 0.14
Hex 34 36 12 4 0 43 4F 3F 32 E
Octal 64 66 22 4 0 103 117 77 62 16
Binary 110100 110110 10010 100 0 1000011 1001111 111111 110010 1110

Color Harmonies of #343612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343612

Black with #343612

Text Example


Text Example

White with #343612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343612; }

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

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

background-color css

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

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

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

border-color css

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

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

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