Html Css Color HEX #354013 Turtle Green

📋 copy color: '#354013'

red 53 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #354013

Tints of Turtle Green #354013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 38.97%
G = 47.06%
B = 13.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#354013 (or 0x354013) is known color: Turtle Green. HEX triplet: 35, 40 and 13. RGB value is (53,64,19). Sum of RGB (Red+Green+Blue) = 53+64+19=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #354013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354013 is #CABFEC. Grayscale: #373737. Windows color (decimal): -13287405 or 1261621. OLE color: 1261621.

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

Color convert

RGB 53 64 19 -
CMYK 0.17 0 0.70 0.75
HSL 74.67º 0.54% 0.16% -
HSV(B) 74.67º 0.7% 0.25% -
XYZ 3.42 4.47 1.3 -
YUV 55.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 53 64 19 0.17 0 0.70 0.75 74.67 0.54 0.16
Hex 35 40 13 11 0 46 4B 4B 36 10
Octal 65 100 23 21 0 106 113 113 66 20
Binary 110101 1000000 10011 10001 0 1000110 1001011 1001011 110110 10000

Color Harmonies of #354013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354013

Black with #354013

Text Example


Text Example

White with #354013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354013; }

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

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

background-color css

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

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

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

border-color css

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

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

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