Html Css Color HEX #344C12 Turtle Green

📋 copy color: '#344C12'

red 52 ◦ green 76 ◦ blue 18

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

Shades of Turtle Green #344C12

Tints of Turtle Green #344C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.05%

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

R = 35.62%
G = 52.05%
B = 12.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#344C12 (or 0x344C12) is known color: Turtle Green. HEX triplet: 34, 4C and 12. RGB value is (52,76,18). Sum of RGB (Red+Green+Blue) = 52+76+18=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #344C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C12 is #CBB3ED. Grayscale: #3E3E3E. Windows color (decimal): -13349870 or 1199156. OLE color: 1199156.

HSL color Cylindrical-coordinate representation of color #344C12: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344C12 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 18 -
CMYK 0.32 0 0.76 0.70
HSL 84.83º 0.62% 0.18% -
HSV(B) 84.83º 0.76% 0.3% -
XYZ 4.11 5.94 1.5 -
YUV 62.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 52 76 18 0.32 0 0.76 0.70 84.83 0.62 0.18
Hex 34 4C 12 20 0 4C 46 55 3E 12
Octal 64 114 22 40 0 114 106 125 76 22
Binary 110100 1001100 10010 100000 0 1001100 1000110 1010101 111110 10010

Color Harmonies of #344C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C12

Black with #344C12

Text Example


Text Example

White with #344C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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