Html Css Color HEX #354021 Turtle Green

📋 copy color: '#354021'

red 53 ◦ green 64 ◦ blue 33

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

Shades of Turtle Green #354021

Tints of Turtle Green #354021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 33 (13.28% from 255) = 22%

R = 35.33%
G = 42.67%
B = 22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#354021 (or 0x354021) is known color: Turtle Green. HEX triplet: 35, 40 and 21. RGB value is (53,64,33). Sum of RGB (Red+Green+Blue) = 53+64+33=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #354021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354021 is #CABFDE. Grayscale: #393939. Windows color (decimal): -13287391 or 2179125. OLE color: 2179125.

HSL color Cylindrical-coordinate representation of color #354021: hue angle of 81.29º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354021 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 33 -
CMYK 0.17 0 0.48 0.75
HSL 81.29º 0.32% 0.19% -
HSV(B) 81.29º 0.48% 0.25% -
XYZ 3.58 4.53 2.13 -
YUV 57.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 53 64 33 0.17 0 0.48 0.75 81.29 0.32 0.19
Hex 35 40 21 11 0 30 4B 51 20 13
Octal 65 100 41 21 0 60 113 121 40 23
Binary 110101 1000000 100001 10001 0 110000 1001011 1010001 100000 10011

Color Harmonies of #354021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354021

Black with #354021

Text Example


Text Example

White with #354021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354021; }

 p { color: rgb(53,64,33); }

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

background-color css

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

 a { background-color: rgb(53,64,33); }

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

border-color css

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

 span { border-color: rgb(53,64,33); }

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