Html Css Color HEX #354519 Turtle Green

📋 copy color: '#354519'

red 53 ◦ green 69 ◦ blue 25

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

Shades of Turtle Green #354519

Tints of Turtle Green #354519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 36.05%
G = 46.94%
B = 17.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#354519 (or 0x354519) is known color: Turtle Green. HEX triplet: 35, 45 and 19. RGB value is (53,69,25). Sum of RGB (Red+Green+Blue) = 53+69+25=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #354519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354519 is #CABAE6. Grayscale: #3B3B3B. Windows color (decimal): -13286119 or 1656117. OLE color: 1656117.

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

Color convert

RGB 53 69 25 -
CMYK 0.23 0 0.64 0.73
HSL 81.82º 0.47% 0.18% -
HSV(B) 81.82º 0.64% 0.27% -
XYZ 3.77 5.08 1.7 -
YUV 59.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 53 69 25 0.23 0 0.64 0.73 81.82 0.47 0.18
Hex 35 45 19 17 0 40 49 52 2F 12
Octal 65 105 31 27 0 100 111 122 57 22
Binary 110101 1000101 11001 10111 0 1000000 1001001 1010010 101111 10010

Color Harmonies of #354519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354519

Black with #354519

Text Example


Text Example

White with #354519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354519; }

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

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

background-color css

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

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

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

border-color css

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

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

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