Html Css Color HEX #354717 Turtle Green

📋 copy color: '#354717'

red 53 ◦ green 71 ◦ blue 23

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

Shades of Turtle Green #354717

Tints of Turtle Green #354717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 36.05%
G = 48.3%
B = 15.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#354717 (or 0x354717) is known color: Turtle Green. HEX triplet: 35, 47 and 17. RGB value is (53,71,23). Sum of RGB (Red+Green+Blue) = 53+71+23=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #354717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354717 is #CAB8E8. Grayscale: #3C3C3C. Windows color (decimal): -13285609 or 1525557. OLE color: 1525557.

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

Color convert

RGB 53 71 23 -
CMYK 0.25 0 0.68 0.72
HSL 82.5º 0.51% 0.18% -
HSV(B) 82.5º 0.68% 0.28% -
XYZ 3.88 5.33 1.63 -
YUV 60.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 53 71 23 0.25 0 0.68 0.72 82.5 0.51 0.18
Hex 35 47 17 19 0 44 48 52 33 12
Octal 65 107 27 31 0 104 110 122 63 22
Binary 110101 1000111 10111 11001 0 1000100 1001000 1010010 110011 10010

Color Harmonies of #354717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354717

Black with #354717

Text Example


Text Example

White with #354717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354717; }

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

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

background-color css

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

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

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

border-color css

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

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

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