Html Css Color HEX #344509 Turtle Green

📋 copy color: '#344509'

red 52 ◦ green 69 ◦ blue 9

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

Shades of Turtle Green #344509

Tints of Turtle Green #344509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 40%
G = 53.08%
B = 6.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#344509 (or 0x344509) is known color: Turtle Green. HEX triplet: 34, 45 and 09. RGB value is (52,69,9). Sum of RGB (Red+Green+Blue) = 52+69+9=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #344509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344509 is #CBBAF6. Grayscale: #393939. Windows color (decimal): -13351671 or 607540. OLE color: 607540.

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

Color convert

RGB 52 69 9 -
CMYK 0.25 0 0.87 0.73
HSL 77º 0.77% 0.15% -
HSV(B) 77º 0.87% 0.27% -
XYZ 3.59 5.01 1.04 -
YUV 57.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 52 69 9 0.25 0 0.87 0.73 77 0.77 0.15
Hex 34 45 9 19 0 57 49 4D 4D F
Octal 64 105 11 31 0 127 111 115 115 17
Binary 110100 1000101 1001 11001 0 1010111 1001001 1001101 1001101 1111

Color Harmonies of #344509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344509

Black with #344509

Text Example


Text Example

White with #344509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344509; }

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

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

background-color css

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

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

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

border-color css

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

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

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