Html Css Color HEX #344805 Turtle Green

📋 copy color: '#344805'

red 52 ◦ green 72 ◦ blue 5

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

Shades of Turtle Green #344805

Tints of Turtle Green #344805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 40.31%
G = 55.81%
B = 3.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#344805 (or 0x344805) is known color: Turtle Green. HEX triplet: 34, 48 and 05. RGB value is (52,72,5). Sum of RGB (Red+Green+Blue) = 52+72+5=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #344805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344805 is #CBB7FA. Grayscale: #3A3A3A. Windows color (decimal): -13350907 or 346164. OLE color: 346164.

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

Color convert

RGB 52 72 5 -
CMYK 0.28 0 0.93 0.72
HSL 77.91º 0.87% 0.15% -
HSV(B) 77.91º 0.93% 0.28% -
XYZ 3.76 5.38 0.98 -
YUV 58.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 52 72 5 0.28 0 0.93 0.72 77.91 0.87 0.15
Hex 34 48 5 1C 0 5D 48 4E 57 F
Octal 64 110 5 34 0 135 110 116 127 17
Binary 110100 1001000 101 11100 0 1011101 1001000 1001110 1010111 1111

Color Harmonies of #344805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344805

Black with #344805

Text Example


Text Example

White with #344805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344805; }

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

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

background-color css

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

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

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

border-color css

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

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

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