Html Css Color HEX #355108 Turtle Green

📋 copy color: '#355108'

red 53 ◦ green 81 ◦ blue 8

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

Shades of Turtle Green #355108

Tints of Turtle Green #355108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 37.32%
G = 57.04%
B = 5.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#355108 (or 0x355108) is known color: Turtle Green. HEX triplet: 35, 51 and 08. RGB value is (53,81,8). Sum of RGB (Red+Green+Blue) = 53+81+8=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #355108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355108 is #CAAEF7. Grayscale: #404040. Windows color (decimal): -13283064 or 545077. OLE color: 545077.

HSL color Cylindrical-coordinate representation of color #355108: hue angle of 83.01º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #355108 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 8 -
CMYK 0.35 0 0.90 0.68
HSL 83.01º 0.82% 0.17% -
HSV(B) 83.01º 0.9% 0.32% -
XYZ 4.45 6.66 1.28 -
YUV 64.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 53 81 8 0.35 0 0.90 0.68 83.01 0.82 0.17
Hex 35 51 8 23 0 5A 44 53 52 11
Octal 65 121 10 43 0 132 104 123 122 21
Binary 110101 1010001 1000 100011 0 1011010 1000100 1010011 1010010 10001

Color Harmonies of #355108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355108

Black with #355108

Text Example


Text Example

White with #355108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355108; }

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

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

background-color css

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

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

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

border-color css

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

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

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