Html Css Color HEX #344800 Turtle Green

📋 copy color: '#344800'

red 52 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #344800

Tints of Turtle Green #344800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

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

R = 41.94%
G = 58.06%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#344800 (or 0x344800) is known color: Turtle Green. HEX triplet: 34, 48 and 00. RGB value is (52,72,0). Sum of RGB (Red+Green+Blue) = 52+72+0=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #344800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344800 is #CBB7FF. Grayscale: #3A3A3A. Windows color (decimal): -13350912 or 18484. OLE color: 18484.

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

Color convert

RGB 52 72 0 -
CMYK 0.28 0 1 0.72
HSL 76.67º 1% 0.14% -
HSV(B) 76.67º 1% 0.28% -
XYZ 3.73 5.36 0.84 -
YUV 57.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 52 72 0 0.28 0 1 0.72 76.67 1 0.14
Hex 34 48 0 1C 0 64 48 4D 64 E
Octal 64 110 0 34 0 144 110 115 144 16
Binary 110100 1001000 0 11100 0 1100100 1001000 1001101 1100100 1110

Color Harmonies of #344800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344800

Black with #344800

Text Example


Text Example

White with #344800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344800; }

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

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

background-color css

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

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

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

border-color css

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

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

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