Html Css Color HEX #354709 Turtle Green

📋 copy color: '#354709'

red 53 ◦ green 71 ◦ blue 9

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

Shades of Turtle Green #354709

Tints of Turtle Green #354709

RGB

 RED value IS 53 (21.09% from 255) = 39.85%

 GREEN value IS 71 (28.13% from 255) = 53.38%

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

R = 39.85%
G = 53.38%
B = 6.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#354709 (or 0x354709) is known color: Turtle Green. HEX triplet: 35, 47 and 09. RGB value is (53,71,9). Sum of RGB (Red+Green+Blue) = 53+71+9=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #354709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354709 is #CAB8F6. Grayscale: #3A3A3A. Windows color (decimal): -13285623 or 608053. OLE color: 608053.

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

Color convert

RGB 53 71 9 -
CMYK 0.25 0 0.87 0.72
HSL 77.42º 0.78% 0.16% -
HSV(B) 77.42º 0.87% 0.28% -
XYZ 3.77 5.28 1.08 -
YUV 58.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 53 71 9 0.25 0 0.87 0.72 77.42 0.78 0.16
Hex 35 47 9 19 0 57 48 4D 4E 10
Octal 65 107 11 31 0 127 110 115 116 20
Binary 110101 1000111 1001 11001 0 1010111 1001000 1001101 1001110 10000

Color Harmonies of #354709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354709

Black with #354709

Text Example


Text Example

White with #354709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354709; }

 p { color: rgb(53,71,9); }

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

background-color css

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

 a { background-color: rgb(53,71,9); }

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

border-color css

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

 span { border-color: rgb(53,71,9); }

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