Html Css Color HEX #343D12 Turtle Green

📋 copy color: '#343D12'

red 52 ◦ green 61 ◦ blue 18

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

Shades of Turtle Green #343D12

Tints of Turtle Green #343D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.56%

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

R = 39.69%
G = 46.56%
B = 13.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.76

RGB Variations

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

Color information

#343D12 (or 0x343D12) is known color: Turtle Green. HEX triplet: 34, 3D and 12. RGB value is (52,61,18). Sum of RGB (Red+Green+Blue) = 52+61+18=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #343D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D12 is #CBC2ED. Grayscale: #353535. Windows color (decimal): -13353710 or 1195316. OLE color: 1195316.

HSL color Cylindrical-coordinate representation of color #343D12: hue angle of 72.56º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343D12 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 61 18 -
CMYK 0.15 0 0.70 0.76
HSL 72.56º 0.54% 0.15% -
HSV(B) 72.56º 0.7% 0.24% -
XYZ 3.19 4.11 1.2 -
YUV 53.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 52 61 18 0.15 0 0.70 0.76 72.56 0.54 0.15
Hex 34 3D 12 F 0 46 4C 49 36 F
Octal 64 75 22 17 0 106 114 111 66 17
Binary 110100 111101 10010 1111 0 1000110 1001100 1001001 110110 1111

Color Harmonies of #343D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D12

Black with #343D12

Text Example


Text Example

White with #343D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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