Html Css Color HEX #354515 Turtle Green

📋 copy color: '#354515'

red 53 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #354515

Tints of Turtle Green #354515

RGB

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

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

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

R = 37.06%
G = 48.25%
B = 14.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#354515 (or 0x354515) is known color: Turtle Green. HEX triplet: 35, 45 and 15. RGB value is (53,69,21). Sum of RGB (Red+Green+Blue) = 53+69+21=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #354515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354515 is #CABAEA. Grayscale: #3A3A3A. Windows color (decimal): -13286123 or 1393973. OLE color: 1393973.

HSL color Cylindrical-coordinate representation of color #354515: hue angle of 80º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354515 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 21 -
CMYK 0.23 0 0.70 0.73
HSL 80º 0.53% 0.18% -
HSV(B) 80º 0.7% 0.27% -
XYZ 3.73 5.07 1.49 -
YUV 58.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 53 69 21 0.23 0 0.70 0.73 80 0.53 0.18
Hex 35 45 15 17 0 46 49 50 35 12
Octal 65 105 25 27 0 106 111 120 65 22
Binary 110101 1000101 10101 10111 0 1000110 1001001 1010000 110101 10010

Color Harmonies of #354515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354515

Black with #354515

Text Example


Text Example

White with #354515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354515; }

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

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

background-color css

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

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

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

border-color css

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

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

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