Html Css Color HEX #354915 Turtle Green

📋 copy color: '#354915'

red 53 ◦ green 73 ◦ blue 21

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

Shades of Turtle Green #354915

Tints of Turtle Green #354915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 36.05%
G = 49.66%
B = 14.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#354915 (or 0x354915) is known color: Turtle Green. HEX triplet: 35, 49 and 15. RGB value is (53,73,21). Sum of RGB (Red+Green+Blue) = 53+73+21=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #354915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354915 is #CAB6EA. Grayscale: #3D3D3D. Windows color (decimal): -13285099 or 1394997. OLE color: 1394997.

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

Color convert

RGB 53 73 21 -
CMYK 0.27 0 0.71 0.71
HSL 83.08º 0.55% 0.18% -
HSV(B) 83.08º 0.71% 0.29% -
XYZ 3.99 5.58 1.58 -
YUV 61.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 53 73 21 0.27 0 0.71 0.71 83.08 0.55 0.18
Hex 35 49 15 1B 0 47 47 53 37 12
Octal 65 111 25 33 0 107 107 123 67 22
Binary 110101 1001001 10101 11011 0 1000111 1000111 1010011 110111 10010

Color Harmonies of #354915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354915

Black with #354915

Text Example


Text Example

White with #354915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354915; }

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

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

background-color css

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

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

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

border-color css

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

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

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