Html Css Color HEX #353719 Turtle Green

📋 copy color: '#353719'

red 53 ◦ green 55 ◦ blue 25

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

Shades of Turtle Green #353719

Tints of Turtle Green #353719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 39.85%
G = 41.35%
B = 18.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#353719 (or 0x353719) is known color: Turtle Green. HEX triplet: 35, 37 and 19. RGB value is (53,55,25). Sum of RGB (Red+Green+Blue) = 53+55+25=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #353719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353719 is #CAC8E6. Grayscale: #333333. Windows color (decimal): -13289703 or 1652533. OLE color: 1652533.

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

Color convert

RGB 53 55 25 -
CMYK 0.04 0 0.55 0.78
HSL 64º 0.38% 0.16% -
HSV(B) 64º 0.55% 0.22% -
XYZ 3.01 3.56 1.45 -
YUV 50.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 53 55 25 0.04 0 0.55 0.78 64 0.38 0.16
Hex 35 37 19 4 0 37 4E 40 26 10
Octal 65 67 31 4 0 67 116 100 46 20
Binary 110101 110111 11001 100 0 110111 1001110 1000000 100110 10000

Color Harmonies of #353719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353719

Black with #353719

Text Example


Text Example

White with #353719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353719; }

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

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

background-color css

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

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

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

border-color css

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

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

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