Html Css Color HEX #354318 Turtle Green

📋 copy color: '#354318'

red 53 ◦ green 67 ◦ blue 24

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

Shades of Turtle Green #354318

Tints of Turtle Green #354318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.53%

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

R = 36.81%
G = 46.53%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#354318 (or 0x354318) is known color: Turtle Green. HEX triplet: 35, 43 and 18. RGB value is (53,67,24). Sum of RGB (Red+Green+Blue) = 53+67+24=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #354318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354318 is #CABCE7. Grayscale: #3A3A3A. Windows color (decimal): -13286632 or 1590069. OLE color: 1590069.

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

Color convert

RGB 53 67 24 -
CMYK 0.21 0 0.64 0.74
HSL 79.53º 0.47% 0.18% -
HSV(B) 79.53º 0.64% 0.26% -
XYZ 3.64 4.84 1.61 -
YUV 57.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 53 67 24 0.21 0 0.64 0.74 79.53 0.47 0.18
Hex 35 43 18 15 0 40 4A 50 2F 12
Octal 65 103 30 25 0 100 112 120 57 22
Binary 110101 1000011 11000 10101 0 1000000 1001010 1010000 101111 10010

Color Harmonies of #354318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354318

Black with #354318

Text Example


Text Example

White with #354318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354318; }

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

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

background-color css

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

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

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

border-color css

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

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

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