Html Css Color HEX #354913 Turtle Green

📋 copy color: '#354913'

red 53 ◦ green 73 ◦ blue 19

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

Shades of Turtle Green #354913

Tints of Turtle Green #354913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

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

R = 36.55%
G = 50.34%
B = 13.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#354913 (or 0x354913) is known color: Turtle Green. HEX triplet: 35, 49 and 13. RGB value is (53,73,19). Sum of RGB (Red+Green+Blue) = 53+73+19=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #354913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354913 is #CAB6EC. Grayscale: #3D3D3D. Windows color (decimal): -13285101 or 1263925. OLE color: 1263925.

HSL color Cylindrical-coordinate representation of color #354913: hue angle of 82.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354913 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 19 -
CMYK 0.27 0 0.74 0.71
HSL 82.22º 0.59% 0.18% -
HSV(B) 82.22º 0.74% 0.29% -
XYZ 3.97 5.57 1.48 -
YUV 60.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 53 73 19 0.27 0 0.74 0.71 82.22 0.59 0.18
Hex 35 49 13 1B 0 4A 47 52 3B 12
Octal 65 111 23 33 0 112 107 122 73 22
Binary 110101 1001001 10011 11011 0 1001010 1000111 1010010 111011 10010

Color Harmonies of #354913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354913

Black with #354913

Text Example


Text Example

White with #354913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354913; }

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

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

background-color css

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

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

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

border-color css

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

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

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