Html Css Color HEX #354818 Turtle Green

📋 copy color: '#354818'

red 53 ◦ green 72 ◦ blue 24

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

Shades of Turtle Green #354818

Tints of Turtle Green #354818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

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

R = 35.57%
G = 48.32%
B = 16.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#354818 (or 0x354818) is known color: Turtle Green. HEX triplet: 35, 48 and 18. RGB value is (53,72,24). Sum of RGB (Red+Green+Blue) = 53+72+24=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #354818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354818 is #CAB7E7. Grayscale: #3D3D3D. Windows color (decimal): -13285352 or 1591349. OLE color: 1591349.

HSL color Cylindrical-coordinate representation of color #354818: hue angle of 83.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354818 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 24 -
CMYK 0.26 0 0.67 0.72
HSL 83.75º 0.5% 0.19% -
HSV(B) 83.75º 0.67% 0.28% -
XYZ 3.95 5.46 1.71 -
YUV 60.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 53 72 24 0.26 0 0.67 0.72 83.75 0.5 0.19
Hex 35 48 18 1A 0 43 48 54 32 13
Octal 65 110 30 32 0 103 110 124 62 23
Binary 110101 1001000 11000 11010 0 1000011 1001000 1010100 110010 10011

Color Harmonies of #354818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354818

Black with #354818

Text Example


Text Example

White with #354818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354818; }

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

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

background-color css

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

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

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

border-color css

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

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

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