Html Css Color HEX #344600 Turtle Green

📋 copy color: '#344600'

red 52 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #344600

Tints of Turtle Green #344600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.62%
G = 57.38%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#344600 (or 0x344600) is known color: Turtle Green. HEX triplet: 34, 46 and 00. RGB value is (52,70,0). Sum of RGB (Red+Green+Blue) = 52+70+0=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #344600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344600 is #CBB9FF. Grayscale: #383838. Windows color (decimal): -13351424 or 17972. OLE color: 17972.

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

Color convert

RGB 52 70 0 -
CMYK 0.26 0 1 0.73
HSL 75.43º 1% 0.14% -
HSV(B) 75.43º 1% 0.27% -
XYZ 3.61 5.11 0.8 -
YUV 56.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 52 70 0 0.26 0 1 0.73 75.43 1 0.14
Hex 34 46 0 1A 0 64 49 4B 64 E
Octal 64 106 0 32 0 144 111 113 144 16
Binary 110100 1000110 0 11010 0 1100100 1001001 1001011 1100100 1110

Color Harmonies of #344600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344600

Black with #344600

Text Example


Text Example

White with #344600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344600; }

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

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

background-color css

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

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

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

border-color css

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

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

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