Html Css Color HEX #344505 Turtle Green

📋 copy color: '#344505'

red 52 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #344505

Tints of Turtle Green #344505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.76%

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

R = 41.27%
G = 54.76%
B = 3.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#344505 (or 0x344505) is known color: Turtle Green. HEX triplet: 34, 45 and 05. RGB value is (52,69,5). Sum of RGB (Red+Green+Blue) = 52+69+5=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #344505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344505 is #CBBAFA. Grayscale: #383838. Windows color (decimal): -13351675 or 345396. OLE color: 345396.

HSL color Cylindrical-coordinate representation of color #344505: hue angle of 75.94º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #344505 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 69 5 -
CMYK 0.25 0 0.93 0.73
HSL 75.94º 0.86% 0.15% -
HSV(B) 75.94º 0.93% 0.27% -
XYZ 3.57 5 0.92 -
YUV 56.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 52 69 5 0.25 0 0.93 0.73 75.94 0.86 0.15
Hex 34 45 5 19 0 5D 49 4C 56 F
Octal 64 105 5 31 0 135 111 114 126 17
Binary 110100 1000101 101 11001 0 1011101 1001001 1001100 1010110 1111

Color Harmonies of #344505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344505

Black with #344505

Text Example


Text Example

White with #344505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344505; }

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

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

background-color css

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

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

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

border-color css

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

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

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