Html Css Color HEX #343E12 Turtle Green

📋 copy color: '#343E12'

red 52 ◦ green 62 ◦ blue 18

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

Shades of Turtle Green #343E12

Tints of Turtle Green #343E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.97%

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

R = 39.39%
G = 46.97%
B = 13.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#343E12 (or 0x343E12) is known color: Turtle Green. HEX triplet: 34, 3E and 12. RGB value is (52,62,18). Sum of RGB (Red+Green+Blue) = 52+62+18=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #343E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E12 is #CBC1ED. Grayscale: #363636. Windows color (decimal): -13353454 or 1195572. OLE color: 1195572.

HSL color Cylindrical-coordinate representation of color #343E12: hue angle of 73.64º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343E12 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 62 18 -
CMYK 0.16 0 0.71 0.76
HSL 73.64º 0.55% 0.16% -
HSV(B) 73.64º 0.71% 0.24% -
XYZ 3.25 4.22 1.22 -
YUV 53.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 52 62 18 0.16 0 0.71 0.76 73.64 0.55 0.16
Hex 34 3E 12 10 0 47 4C 4A 37 10
Octal 64 76 22 20 0 107 114 112 67 20
Binary 110100 111110 10010 10000 0 1000111 1001100 1001010 110111 10000

Color Harmonies of #343E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E12

Black with #343E12

Text Example


Text Example

White with #343E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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