Html Css Color HEX #343912 Turtle Green

📋 copy color: '#343912'

red 52 ◦ green 57 ◦ blue 18

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

Shades of Turtle Green #343912

Tints of Turtle Green #343912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.88%

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

R = 40.94%
G = 44.88%
B = 14.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#343912 (or 0x343912) is known color: Turtle Green. HEX triplet: 34, 39 and 12. RGB value is (52,57,18). Sum of RGB (Red+Green+Blue) = 52+57+18=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #343912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343912 is #CBC6ED. Grayscale: #333333. Windows color (decimal): -13354734 or 1194292. OLE color: 1194292.

HSL color Cylindrical-coordinate representation of color #343912: hue angle of 67.69º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343912 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 18 -
CMYK 0.09 0 0.68 0.78
HSL 67.69º 0.52% 0.15% -
HSV(B) 67.69º 0.68% 0.22% -
XYZ 2.99 3.7 1.13 -
YUV 51.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 52 57 18 0.09 0 0.68 0.78 67.69 0.52 0.15
Hex 34 39 12 9 0 44 4E 44 34 F
Octal 64 71 22 11 0 104 116 104 64 17
Binary 110100 111001 10010 1001 0 1000100 1001110 1000100 110100 1111

Color Harmonies of #343912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343912

Black with #343912

Text Example


Text Example

White with #343912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343912; }

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

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

background-color css

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

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

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

border-color css

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

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

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