Html Css Color HEX #353810 Turtle Green

📋 copy color: '#353810'

red 53 ◦ green 56 ◦ blue 16

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

Shades of Turtle Green #353810

Tints of Turtle Green #353810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 42.4%
G = 44.8%
B = 12.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#353810 (or 0x353810) is known color: Turtle Green. HEX triplet: 35, 38 and 10. RGB value is (53,56,16). Sum of RGB (Red+Green+Blue) = 53+56+16=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #353810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353810 is #CAC7EF. Grayscale: #323232. Windows color (decimal): -13289456 or 1062965. OLE color: 1062965.

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

Color convert

RGB 53 56 16 -
CMYK 0.05 0 0.71 0.78
HSL 64.5º 0.56% 0.14% -
HSV(B) 64.5º 0.71% 0.22% -
XYZ 2.98 3.62 1.03 -
YUV 50.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 53 56 16 0.05 0 0.71 0.78 64.5 0.56 0.14
Hex 35 38 10 5 0 47 4E 40 38 E
Octal 65 70 20 5 0 107 116 100 70 16
Binary 110101 111000 10000 101 0 1000111 1001110 1000000 111000 1110

Color Harmonies of #353810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353810

Black with #353810

Text Example


Text Example

White with #353810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353810; }

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

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

background-color css

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

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

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

border-color css

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

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

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