Html Css Color HEX #344606 Turtle Green

📋 copy color: '#344606'

red 52 ◦ green 70 ◦ blue 6

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

Shades of Turtle Green #344606

Tints of Turtle Green #344606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 40.63%
G = 54.69%
B = 4.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#344606 (or 0x344606) is known color: Turtle Green. HEX triplet: 34, 46 and 06. RGB value is (52,70,6). Sum of RGB (Red+Green+Blue) = 52+70+6=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #344606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344606 is #CBB9F9. Grayscale: #393939. Windows color (decimal): -13351418 or 411188. OLE color: 411188.

HSL color Cylindrical-coordinate representation of color #344606: hue angle of 76.88º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344606 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 6 -
CMYK 0.26 0 0.91 0.73
HSL 76.88º 0.84% 0.15% -
HSV(B) 76.88º 0.91% 0.27% -
XYZ 3.64 5.12 0.97 -
YUV 57.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 52 70 6 0.26 0 0.91 0.73 76.88 0.84 0.15
Hex 34 46 6 1A 0 5B 49 4D 54 F
Octal 64 106 6 32 0 133 111 115 124 17
Binary 110100 1000110 110 11010 0 1011011 1001001 1001101 1010100 1111

Color Harmonies of #344606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344606

Black with #344606

Text Example


Text Example

White with #344606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344606; }

 p { color: rgb(52,70,6); }

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

background-color css

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

 a { background-color: rgb(52,70,6); }

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

border-color css

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

 span { border-color: rgb(52,70,6); }

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