Html Css Color HEX #353811 Turtle Green

📋 copy color: '#353811'

red 53 ◦ green 56 ◦ blue 17

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

Shades of Turtle Green #353811

Tints of Turtle Green #353811

RGB

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

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

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

R = 42.06%
G = 44.44%
B = 13.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#353811 (or 0x353811) is known color: Turtle Green. HEX triplet: 35, 38 and 11. RGB value is (53,56,17). Sum of RGB (Red+Green+Blue) = 53+56+17=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #353811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353811 is #CAC7EE. Grayscale: #323232. Windows color (decimal): -13289455 or 1128501. OLE color: 1128501.

HSL color Cylindrical-coordinate representation of color #353811: hue angle of 64.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353811 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 17 -
CMYK 0.05 0 0.70 0.78
HSL 64.62º 0.53% 0.14% -
HSV(B) 64.62º 0.7% 0.22% -
XYZ 2.98 3.63 1.07 -
YUV 50.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 53 56 17 0.05 0 0.70 0.78 64.62 0.53 0.14
Hex 35 38 11 5 0 46 4E 41 35 E
Octal 65 70 21 5 0 106 116 101 65 16
Binary 110101 111000 10001 101 0 1000110 1001110 1000001 110101 1110

Color Harmonies of #353811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353811

Black with #353811

Text Example


Text Example

White with #353811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353811; }

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

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

background-color css

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

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

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

border-color css

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

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

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