Html Css Color HEX #353C25 Turtle Green

📋 copy color: '#353C25'

red 53 ◦ green 60 ◦ blue 37

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

Shades of Turtle Green #353C25

Tints of Turtle Green #353C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 35.33%
G = 40%
B = 24.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#353C25 (or 0x353C25) is known color: Turtle Green. HEX triplet: 35, 3C and 25. RGB value is (53,60,37). Sum of RGB (Red+Green+Blue) = 53+60+37=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 60 - color contains mainly: green. Hex color #353C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C25 is #CAC3DA. Grayscale: #373737. Windows color (decimal): -13288411 or 2440245. OLE color: 2440245.

HSL color Cylindrical-coordinate representation of color #353C25: hue angle of 78.26º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353C25 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 60 37 -
CMYK 0.12 0 0.38 0.76
HSL 78.26º 0.24% 0.19% -
HSV(B) 78.26º 0.38% 0.24% -
XYZ 3.42 4.12 2.37 -
YUV 55.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 53 60 37 0.12 0 0.38 0.76 78.26 0.24 0.19
Hex 35 3C 25 C 0 26 4C 4E 18 13
Octal 65 74 45 14 0 46 114 116 30 23
Binary 110101 111100 100101 1100 0 100110 1001100 1001110 11000 10011

Color Harmonies of #353C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C25

Black with #353C25

Text Example


Text Example

White with #353C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353C25; }

 p { color: rgb(53,60,37); }

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

background-color css

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

 a { background-color: rgb(53,60,37); }

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

border-color css

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

 span { border-color: rgb(53,60,37); }

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