Html Css Color HEX #344804 Turtle Green

📋 copy color: '#344804'

red 52 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #344804

Tints of Turtle Green #344804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 40.63%
G = 56.25%
B = 3.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#344804 (or 0x344804) is known color: Turtle Green. HEX triplet: 34, 48 and 04. RGB value is (52,72,4). Sum of RGB (Red+Green+Blue) = 52+72+4=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #344804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344804 is #CBB7FB. Grayscale: #3A3A3A. Windows color (decimal): -13350908 or 280628. OLE color: 280628.

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

Color convert

RGB 52 72 4 -
CMYK 0.28 0 0.94 0.72
HSL 77.65º 0.89% 0.15% -
HSV(B) 77.65º 0.94% 0.28% -
XYZ 3.76 5.37 0.95 -
YUV 58.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 52 72 4 0.28 0 0.94 0.72 77.65 0.89 0.15
Hex 34 48 4 1C 0 5E 48 4E 59 F
Octal 64 110 4 34 0 136 110 116 131 17
Binary 110100 1001000 100 11100 0 1011110 1001000 1001110 1011001 1111

Color Harmonies of #344804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344804

Black with #344804

Text Example


Text Example

White with #344804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344804; }

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

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

background-color css

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

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

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

border-color css

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

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

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