Html Css Color HEX #354705 Turtle Green

📋 copy color: '#354705'

red 53 ◦ green 71 ◦ blue 5

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

Shades of Turtle Green #354705

Tints of Turtle Green #354705

RGB

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

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

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

R = 41.09%
G = 55.04%
B = 3.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#354705 (or 0x354705) is known color: Turtle Green. HEX triplet: 35, 47 and 05. RGB value is (53,71,5). Sum of RGB (Red+Green+Blue) = 53+71+5=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #354705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354705 is #CAB8FA. Grayscale: #3A3A3A. Windows color (decimal): -13285627 or 345909. OLE color: 345909.

HSL color Cylindrical-coordinate representation of color #354705: hue angle of 76.36º 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 #354705 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 5 -
CMYK 0.25 0 0.93 0.72
HSL 76.36º 0.87% 0.15% -
HSV(B) 76.36º 0.93% 0.28% -
XYZ 3.75 5.27 0.96 -
YUV 58.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 53 71 5 0.25 0 0.93 0.72 76.36 0.87 0.15
Hex 35 47 5 19 0 5D 48 4C 57 F
Octal 65 107 5 31 0 135 110 114 127 17
Binary 110101 1000111 101 11001 0 1011101 1001000 1001100 1010111 1111

Color Harmonies of #354705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354705

Black with #354705

Text Example


Text Example

White with #354705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354705; }

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

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

background-color css

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

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

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

border-color css

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

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

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