Html Css Color HEX #353709 Turtle Green

📋 copy color: '#353709'

red 53 ◦ green 55 ◦ blue 9

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

Shades of Turtle Green #353709

Tints of Turtle Green #353709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 45.3%
G = 47.01%
B = 7.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#353709 (or 0x353709) is known color: Turtle Green. HEX triplet: 35, 37 and 09. RGB value is (53,55,9). Sum of RGB (Red+Green+Blue) = 53+55+9=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #353709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353709 is #CAC8F6. Grayscale: #313131. Windows color (decimal): -13289719 or 603957. OLE color: 603957.

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

Color convert

RGB 53 55 9 -
CMYK 0.04 0 0.84 0.78
HSL 62.61º 0.72% 0.13% -
HSV(B) 62.61º 0.84% 0.22% -
XYZ 2.88 3.51 0.78 -
YUV 49.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 53 55 9 0.04 0 0.84 0.78 62.61 0.72 0.13
Hex 35 37 9 4 0 54 4E 3F 48 D
Octal 65 67 11 4 0 124 116 77 110 15
Binary 110101 110111 1001 100 0 1010100 1001110 111111 1001000 1101

Color Harmonies of #353709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353709

Black with #353709

Text Example


Text Example

White with #353709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353709; }

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

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

background-color css

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

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

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

border-color css

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

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

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