Html Css Color HEX #353714 Turtle Green

📋 copy color: '#353714'

red 53 ◦ green 55 ◦ blue 20

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

Shades of Turtle Green #353714

Tints of Turtle Green #353714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 41.41%
G = 42.97%
B = 15.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#353714 (or 0x353714) is known color: Turtle Green. HEX triplet: 35, 37 and 14. RGB value is (53,55,20). Sum of RGB (Red+Green+Blue) = 53+55+20=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #353714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353714 is #CAC8EB. Grayscale: #323232. Windows color (decimal): -13289708 or 1324853. OLE color: 1324853.

HSL color Cylindrical-coordinate representation of color #353714: hue angle of 63.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353714 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 55 20 -
CMYK 0.04 0 0.64 0.78
HSL 63.43º 0.47% 0.15% -
HSV(B) 63.43º 0.64% 0.22% -
XYZ 2.96 3.54 1.19 -
YUV 50.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 53 55 20 0.04 0 0.64 0.78 63.43 0.47 0.15
Hex 35 37 14 4 0 40 4E 3F 2F F
Octal 65 67 24 4 0 100 116 77 57 17
Binary 110101 110111 10100 100 0 1000000 1001110 111111 101111 1111

Color Harmonies of #353714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353714

Black with #353714

Text Example


Text Example

White with #353714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353714; }

 p { color: rgb(53,55,20); }

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

background-color css

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

 a { background-color: rgb(53,55,20); }

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

border-color css

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

 span { border-color: rgb(53,55,20); }

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