Html Css Color HEX #354210 Turtle Green

📋 copy color: '#354210'

red 53 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #354210

Tints of Turtle Green #354210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 39.26%
G = 48.89%
B = 11.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#354210 (or 0x354210) is known color: Turtle Green. HEX triplet: 35, 42 and 10. RGB value is (53,66,16). Sum of RGB (Red+Green+Blue) = 53+66+16=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #354210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354210 is #CABDEF. Grayscale: #383838. Windows color (decimal): -13286896 or 1065525. OLE color: 1065525.

HSL color Cylindrical-coordinate representation of color #354210: hue angle of 75.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354210 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 16 -
CMYK 0.20 0 0.76 0.74
HSL 75.6º 0.61% 0.16% -
HSV(B) 75.6º 0.76% 0.26% -
XYZ 3.51 4.69 1.21 -
YUV 56.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 53 66 16 0.20 0 0.76 0.74 75.6 0.61 0.16
Hex 35 42 10 14 0 4C 4A 4C 3D 10
Octal 65 102 20 24 0 114 112 114 75 20
Binary 110101 1000010 10000 10100 0 1001100 1001010 1001100 111101 10000

Color Harmonies of #354210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354210

Black with #354210

Text Example


Text Example

White with #354210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354210; }

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

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

background-color css

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

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

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

border-color css

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

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

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