Html Css Color HEX #355113 Turtle Green

📋 copy color: '#355113'

red 53 ◦ green 81 ◦ blue 19

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

Shades of Turtle Green #355113

Tints of Turtle Green #355113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 34.64%
G = 52.94%
B = 12.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#355113 (or 0x355113) is known color: Turtle Green. HEX triplet: 35, 51 and 13. RGB value is (53,81,19). Sum of RGB (Red+Green+Blue) = 53+81+19=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #355113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355113 is #CAAEEC. Grayscale: #414141. Windows color (decimal): -13283053 or 1265973. OLE color: 1265973.

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

Color convert

RGB 53 81 19 -
CMYK 0.35 0 0.77 0.68
HSL 87.1º 0.62% 0.2% -
HSV(B) 87.1º 0.77% 0.32% -
XYZ 4.53 6.69 1.67 -
YUV 65.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 53 81 19 0.35 0 0.77 0.68 87.1 0.62 0.2
Hex 35 51 13 23 0 4D 44 57 3E 14
Octal 65 121 23 43 0 115 104 127 76 24
Binary 110101 1010001 10011 100011 0 1001101 1000100 1010111 111110 10100

Color Harmonies of #355113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355113

Black with #355113

Text Example


Text Example

White with #355113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355113; }

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

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

background-color css

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

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

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

border-color css

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

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

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