Html Css Color HEX #344900 Turtle Green

📋 copy color: '#344900'

red 52 ◦ green 73 ◦ blue 0

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

Shades of Turtle Green #344900

Tints of Turtle Green #344900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.4%

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

R = 41.6%
G = 58.4%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#344900 (or 0x344900) is known color: Turtle Green. HEX triplet: 34, 49 and 00. RGB value is (52,73,0). Sum of RGB (Red+Green+Blue) = 52+73+0=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #344900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344900 is #CBB6FF. Grayscale: #3A3A3A. Windows color (decimal): -13350656 or 18740. OLE color: 18740.

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

Color convert

RGB 52 73 0 -
CMYK 0.29 0 1 0.71
HSL 77.26º 1% 0.14% -
HSV(B) 77.26º 1% 0.29% -
XYZ 3.8 5.5 0.86 -
YUV 58.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 52 73 0 0.29 0 1 0.71 77.26 1 0.14
Hex 34 49 0 1D 0 64 47 4D 64 E
Octal 64 111 0 35 0 144 107 115 144 16
Binary 110100 1001001 0 11101 0 1100100 1000111 1001101 1100100 1110

Color Harmonies of #344900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344900

Black with #344900

Text Example


Text Example

White with #344900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344900; }

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

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

background-color css

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

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

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

border-color css

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

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

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