Html Css Color HEX #353705 Turtle Green

📋 copy color: '#353705'

red 53 ◦ green 55 ◦ blue 5

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

Shades of Turtle Green #353705

Tints of Turtle Green #353705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 46.9%
G = 48.67%
B = 4.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#353705 (or 0x353705) is known color: Turtle Green. HEX triplet: 35, 37 and 05. RGB value is (53,55,5). Sum of RGB (Red+Green+Blue) = 53+55+5=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #353705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353705 is #CAC8FA. Grayscale: #303030. Windows color (decimal): -13289723 or 341813. OLE color: 341813.

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

Color convert

RGB 53 55 5 -
CMYK 0.04 0 0.91 0.78
HSL 62.4º 0.83% 0.12% -
HSV(B) 62.4º 0.91% 0.22% -
XYZ 2.86 3.5 0.67 -
YUV 48.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 53 55 5 0.04 0 0.91 0.78 62.4 0.83 0.12
Hex 35 37 5 4 0 5B 4E 3E 53 C
Octal 65 67 5 4 0 133 116 76 123 14
Binary 110101 110111 101 100 0 1011011 1001110 111110 1010011 1100

Color Harmonies of #353705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353705

Black with #353705

Text Example


Text Example

White with #353705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353705; }

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

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

background-color css

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

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

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

border-color css

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

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

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