Html Css Color HEX #354110 Turtle Green

📋 copy color: '#354110'

red 53 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #354110

Tints of Turtle Green #354110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 39.55%
G = 48.51%
B = 11.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#354110 (or 0x354110) is known color: Turtle Green. HEX triplet: 35, 41 and 10. RGB value is (53,65,16). Sum of RGB (Red+Green+Blue) = 53+65+16=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #354110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354110 is #CABEEF. Grayscale: #383838. Windows color (decimal): -13287152 or 1065269. OLE color: 1065269.

HSL color Cylindrical-coordinate representation of color #354110: hue angle of 74.69º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354110 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 16 -
CMYK 0.18 0 0.75 0.75
HSL 74.69º 0.6% 0.16% -
HSV(B) 74.69º 0.75% 0.25% -
XYZ 3.45 4.57 1.19 -
YUV 55.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 53 65 16 0.18 0 0.75 0.75 74.69 0.6 0.16
Hex 35 41 10 12 0 4B 4B 4B 3C 10
Octal 65 101 20 22 0 113 113 113 74 20
Binary 110101 1000001 10000 10010 0 1001011 1001011 1001011 111100 10000

Color Harmonies of #354110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354110

Black with #354110

Text Example


Text Example

White with #354110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354110; }

 p { color: rgb(53,65,16); }

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

background-color css

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

 a { background-color: rgb(53,65,16); }

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

border-color css

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

 span { border-color: rgb(53,65,16); }

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