Html Css Color HEX #353708 Turtle Green

📋 copy color: '#353708'

red 53 ◦ green 55 ◦ blue 8

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

Shades of Turtle Green #353708

Tints of Turtle Green #353708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 45.69%
G = 47.41%
B = 6.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#353708 (or 0x353708) is known color: Turtle Green. HEX triplet: 35, 37 and 08. RGB value is (53,55,8). Sum of RGB (Red+Green+Blue) = 53+55+8=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #353708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353708 is #CAC8F7. Grayscale: #313131. Windows color (decimal): -13289720 or 538421. OLE color: 538421.

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

Color convert

RGB 53 55 8 -
CMYK 0.04 0 0.85 0.78
HSL 62.55º 0.75% 0.12% -
HSV(B) 62.55º 0.85% 0.22% -
XYZ 2.88 3.51 0.75 -
YUV 49.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 53 55 8 0.04 0 0.85 0.78 62.55 0.75 0.12
Hex 35 37 8 4 0 55 4E 3F 4B C
Octal 65 67 10 4 0 125 116 77 113 14
Binary 110101 110111 1000 100 0 1010101 1001110 111111 1001011 1100

Color Harmonies of #353708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353708

Black with #353708

Text Example


Text Example

White with #353708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353708; }

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

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

background-color css

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

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

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

border-color css

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

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

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