Html Css Color HEX #354513 Turtle Green

📋 copy color: '#354513'

red 53 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #354513

Tints of Turtle Green #354513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 37.59%
G = 48.94%
B = 13.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#354513 (or 0x354513) is known color: Turtle Green. HEX triplet: 35, 45 and 13. RGB value is (53,69,19). Sum of RGB (Red+Green+Blue) = 53+69+19=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #354513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354513 is #CABAEC. Grayscale: #3A3A3A. Windows color (decimal): -13286125 or 1262901. OLE color: 1262901.

HSL color Cylindrical-coordinate representation of color #354513: hue angle of 79.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354513 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 19 -
CMYK 0.23 0 0.72 0.73
HSL 79.2º 0.57% 0.17% -
HSV(B) 79.2º 0.72% 0.27% -
XYZ 3.71 5.06 1.4 -
YUV 58.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 53 69 19 0.23 0 0.72 0.73 79.2 0.57 0.17
Hex 35 45 13 17 0 48 49 4F 39 11
Octal 65 105 23 27 0 110 111 117 71 21
Binary 110101 1000101 10011 10111 0 1001000 1001001 1001111 111001 10001

Color Harmonies of #354513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354513

Black with #354513

Text Example


Text Example

White with #354513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354513; }

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

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

background-color css

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

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

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

border-color css

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

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

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