Html Css Color HEX #355212 Turtle Green

📋 copy color: '#355212'

red 53 ◦ green 82 ◦ blue 18

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

Shades of Turtle Green #355212

Tints of Turtle Green #355212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.59%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 34.64%
G = 53.59%
B = 11.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#355212 (or 0x355212) is known color: Turtle Green. HEX triplet: 35, 52 and 12. RGB value is (53,82,18). Sum of RGB (Red+Green+Blue) = 53+82+18=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #355212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355212 is #CAADED. Grayscale: #424242. Windows color (decimal): -13282798 or 1200693. OLE color: 1200693.

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

Color convert

RGB 53 82 18 -
CMYK 0.35 0 0.78 0.68
HSL 87.19º 0.64% 0.2% -
HSV(B) 87.19º 0.78% 0.32% -
XYZ 4.59 6.84 1.65 -
YUV 66.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 53 82 18 0.35 0 0.78 0.68 87.19 0.64 0.2
Hex 35 52 12 23 0 4E 44 57 40 14
Octal 65 122 22 43 0 116 104 127 100 24
Binary 110101 1010010 10010 100011 0 1001110 1000100 1010111 1000000 10100

Color Harmonies of #355212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355212

Black with #355212

Text Example


Text Example

White with #355212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355212; }

 p { color: rgb(53,82,18); }

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

background-color css

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

 a { background-color: rgb(53,82,18); }

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

border-color css

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

 span { border-color: rgb(53,82,18); }

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