Html Css Color HEX #354518 Turtle Green

📋 copy color: '#354518'

red 53 ◦ green 69 ◦ blue 24

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

Shades of Turtle Green #354518

Tints of Turtle Green #354518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.44%

R = 36.3%
G = 47.26%
B = 16.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#354518 (or 0x354518) is known color: Turtle Green. HEX triplet: 35, 45 and 18. RGB value is (53,69,24). Sum of RGB (Red+Green+Blue) = 53+69+24=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #354518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354518 is #CABAE7. Grayscale: #3B3B3B. Windows color (decimal): -13286120 or 1590581. OLE color: 1590581.

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

Color convert

RGB 53 69 24 -
CMYK 0.23 0 0.65 0.73
HSL 81.33º 0.48% 0.18% -
HSV(B) 81.33º 0.65% 0.27% -
XYZ 3.76 5.08 1.65 -
YUV 59.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 53 69 24 0.23 0 0.65 0.73 81.33 0.48 0.18
Hex 35 45 18 17 0 41 49 51 30 12
Octal 65 105 30 27 0 101 111 121 60 22
Binary 110101 1000101 11000 10111 0 1000001 1001001 1010001 110000 10010

Color Harmonies of #354518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354518

Black with #354518

Text Example


Text Example

White with #354518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354518; }

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

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

background-color css

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

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

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

border-color css

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

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

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