Html Css Color HEX #343712 Turtle Green

📋 copy color: '#343712'

red 52 ◦ green 55 ◦ blue 18

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

Shades of Turtle Green #343712

Tints of Turtle Green #343712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 41.6%
G = 44%
B = 14.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#343712 (or 0x343712) is known color: Turtle Green. HEX triplet: 34, 37 and 12. RGB value is (52,55,18). Sum of RGB (Red+Green+Blue) = 52+55+18=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #343712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343712 is #CBC8ED. Grayscale: #323232. Windows color (decimal): -13355246 or 1193780. OLE color: 1193780.

HSL color Cylindrical-coordinate representation of color #343712: hue angle of 64.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343712 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 55 18 -
CMYK 0.05 0 0.67 0.78
HSL 64.86º 0.51% 0.14% -
HSV(B) 64.86º 0.67% 0.22% -
XYZ 2.89 3.51 1.1 -
YUV 49.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 52 55 18 0.05 0 0.67 0.78 64.86 0.51 0.14
Hex 34 37 12 5 0 43 4E 41 33 E
Octal 64 67 22 5 0 103 116 101 63 16
Binary 110100 110111 10010 101 0 1000011 1001110 1000001 110011 1110

Color Harmonies of #343712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343712

Black with #343712

Text Example


Text Example

White with #343712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343712; }

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

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

background-color css

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

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

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

border-color css

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

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

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