Html Css Color HEX #354418 Turtle Green

📋 copy color: '#354418'

red 53 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #354418

Tints of Turtle Green #354418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

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

R = 36.55%
G = 46.9%
B = 16.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#354418 (or 0x354418) is known color: Turtle Green. HEX triplet: 35, 44 and 18. RGB value is (53,68,24). Sum of RGB (Red+Green+Blue) = 53+68+24=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #354418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354418 is #CABBE7. Grayscale: #3A3A3A. Windows color (decimal): -13286376 or 1590325. OLE color: 1590325.

HSL color Cylindrical-coordinate representation of color #354418: hue angle of 80.45º 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 #354418 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 24 -
CMYK 0.22 0 0.65 0.73
HSL 80.45º 0.48% 0.18% -
HSV(B) 80.45º 0.65% 0.27% -
XYZ 3.7 4.96 1.63 -
YUV 58.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 53 68 24 0.22 0 0.65 0.73 80.45 0.48 0.18
Hex 35 44 18 16 0 41 49 50 30 12
Octal 65 104 30 26 0 101 111 120 60 22
Binary 110101 1000100 11000 10110 0 1000001 1001001 1010000 110000 10010

Color Harmonies of #354418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354418

Black with #354418

Text Example


Text Example

White with #354418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354418; }

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

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

background-color css

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

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

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

border-color css

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

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

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