Html Css Color HEX #353806 Turtle Green

📋 copy color: '#353806'

red 53 ◦ green 56 ◦ blue 6

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

Shades of Turtle Green #353806

Tints of Turtle Green #353806

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.7%

 BLUE value IS 6 (2.73% from 255) = 5.22%

R = 46.09%
G = 48.7%
B = 5.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#353806 (or 0x353806) is known color: Turtle Green. HEX triplet: 35, 38 and 06. RGB value is (53,56,6). Sum of RGB (Red+Green+Blue) = 53+56+6=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #353806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353806 is #CAC7F9. Grayscale: #313131. Windows color (decimal): -13289466 or 407605. OLE color: 407605.

HSL color Cylindrical-coordinate representation of color #353806: hue angle of 63.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #353806 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 6 -
CMYK 0.05 0 0.89 0.78
HSL 63.6º 0.81% 0.12% -
HSV(B) 63.6º 0.89% 0.22% -
XYZ 2.92 3.6 0.71 -
YUV 49.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 53 56 6 0.05 0 0.89 0.78 63.6 0.81 0.12
Hex 35 38 6 5 0 59 4E 40 51 C
Octal 65 70 6 5 0 131 116 100 121 14
Binary 110101 111000 110 101 0 1011001 1001110 1000000 1010001 1100

Color Harmonies of #353806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353806

Black with #353806

Text Example


Text Example

White with #353806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353806; }

 p { color: rgb(53,56,6); }

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

background-color css

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

 a { background-color: rgb(53,56,6); }

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

border-color css

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

 span { border-color: rgb(53,56,6); }

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