Html Css Color HEX #344E0C Turtle Green

📋 copy color: '#344E0C'

red 52 ◦ green 78 ◦ blue 12

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

Shades of Turtle Green #344E0C

Tints of Turtle Green #344E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 54.93%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 36.62%
G = 54.93%
B = 8.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#344E0C (or 0x344E0C) is known color: Turtle Green. HEX triplet: 34, 4E and 0C. RGB value is (52,78,12). Sum of RGB (Red+Green+Blue) = 52+78+12=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #344E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E0C is #CBB1F3. Grayscale: #3E3E3E. Windows color (decimal): -13349364 or 806452. OLE color: 806452.

HSL color Cylindrical-coordinate representation of color #344E0C: hue angle of 83.64º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #344E0C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 12 -
CMYK 0.33 0 0.85 0.69
HSL 83.64º 0.73% 0.18% -
HSV(B) 83.64º 0.85% 0.31% -
XYZ 4.21 6.21 1.32 -
YUV 62.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 52 78 12 0.33 0 0.85 0.69 83.64 0.73 0.18
Hex 34 4E C 21 0 55 45 54 49 12
Octal 64 116 14 41 0 125 105 124 111 22
Binary 110100 1001110 1100 100001 0 1010101 1000101 1010100 1001001 10010

Color Harmonies of #344E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E0C

Black with #344E0C

Text Example


Text Example

White with #344E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,78,12); }

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

background-color css

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

 a { background-color: rgb(52,78,12); }

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

border-color css

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

 span { border-color: rgb(52,78,12); }

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