Html Css Color HEX #355011 Turtle Green

📋 copy color: '#355011'

red 53 ◦ green 80 ◦ blue 17

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

Shades of Turtle Green #355011

Tints of Turtle Green #355011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.33%

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

R = 35.33%
G = 53.33%
B = 11.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#355011 (or 0x355011) is known color: Turtle Green. HEX triplet: 35, 50 and 11. RGB value is (53,80,17). Sum of RGB (Red+Green+Blue) = 53+80+17=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #355011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355011 is #CAAFEE. Grayscale: #404040. Windows color (decimal): -13283311 or 1134645. OLE color: 1134645.

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

Color convert

RGB 53 80 17 -
CMYK 0.34 0 0.79 0.69
HSL 85.71º 0.65% 0.19% -
HSV(B) 85.71º 0.79% 0.31% -
XYZ 4.44 6.53 1.56 -
YUV 64.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 53 80 17 0.34 0 0.79 0.69 85.71 0.65 0.19
Hex 35 50 11 22 0 4F 45 56 41 13
Octal 65 120 21 42 0 117 105 126 101 23
Binary 110101 1010000 10001 100010 0 1001111 1000101 1010110 1000001 10011

Color Harmonies of #355011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355011

Black with #355011

Text Example


Text Example

White with #355011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355011; }

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

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

background-color css

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

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

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

border-color css

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

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

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