Html Css Color HEX #354010 Turtle Green

📋 copy color: '#354010'

red 53 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #354010

Tints of Turtle Green #354010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 39.85%
G = 48.12%
B = 12.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#354010 (or 0x354010) is known color: Turtle Green. HEX triplet: 35, 40 and 10. RGB value is (53,64,16). Sum of RGB (Red+Green+Blue) = 53+64+16=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #354010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354010 is #CABFEF. Grayscale: #373737. Windows color (decimal): -13287408 or 1065013. OLE color: 1065013.

HSL color Cylindrical-coordinate representation of color #354010: hue angle of 73.75º 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 #354010 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 16 -
CMYK 0.17 0 0.75 0.75
HSL 73.75º 0.6% 0.16% -
HSV(B) 73.75º 0.75% 0.25% -
XYZ 3.4 4.46 1.17 -
YUV 55.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 53 64 16 0.17 0 0.75 0.75 73.75 0.6 0.16
Hex 35 40 10 11 0 4B 4B 4A 3C 10
Octal 65 100 20 21 0 113 113 112 74 20
Binary 110101 1000000 10000 10001 0 1001011 1001011 1001010 111100 10000

Color Harmonies of #354010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354010

Black with #354010

Text Example


Text Example

White with #354010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354010; }

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

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

background-color css

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

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

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

border-color css

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

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

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