Html Css Color HEX #355111 Turtle Green

📋 copy color: '#355111'

red 53 ◦ green 81 ◦ blue 17

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

Shades of Turtle Green #355111

Tints of Turtle Green #355111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 53.64%

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 35.1%
G = 53.64%
B = 11.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#355111 (or 0x355111) is known color: Turtle Green. HEX triplet: 35, 51 and 11. RGB value is (53,81,17). Sum of RGB (Red+Green+Blue) = 53+81+17=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #355111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355111 is #CAAEEE. Grayscale: #414141. Windows color (decimal): -13283055 or 1134901. OLE color: 1134901.

HSL color Cylindrical-coordinate representation of color #355111: hue angle of 86.25º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355111 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 17 -
CMYK 0.35 0 0.79 0.68
HSL 86.25º 0.65% 0.19% -
HSV(B) 86.25º 0.79% 0.32% -
XYZ 4.51 6.68 1.58 -
YUV 65.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 53 81 17 0.35 0 0.79 0.68 86.25 0.65 0.19
Hex 35 51 11 23 0 4F 44 56 41 13
Octal 65 121 21 43 0 117 104 126 101 23
Binary 110101 1010001 10001 100011 0 1001111 1000100 1010110 1000001 10011

Color Harmonies of #355111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355111

Black with #355111

Text Example


Text Example

White with #355111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355111; }

 p { color: rgb(53,81,17); }

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

background-color css

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

 a { background-color: rgb(53,81,17); }

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

border-color css

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

 span { border-color: rgb(53,81,17); }

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