Html Css Color HEX #3C491C Turtle Green

📋 copy color: '#3C491C'

red 60 ◦ green 73 ◦ blue 28

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

Shades of Turtle Green #3C491C

Tints of Turtle Green #3C491C

RGB

 RED value IS 60 (23.83% from 255) = 37.27%

 GREEN value IS 73 (28.91% from 255) = 45.34%

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 37.27%
G = 45.34%
B = 17.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#3C491C (or 0x3C491C) is known color: Turtle Green. HEX triplet: 3C, 49 and 1C. RGB value is (60,73,28). Sum of RGB (Red+Green+Blue) = 60+73+28=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #3C491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C491C is #C3B6E3. Grayscale: #404040. Windows color (decimal): -12826340 or 1853756. OLE color: 1853756.

HSL color Cylindrical-coordinate representation of color #3C491C: hue angle of 77.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C491C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 28 -
CMYK 0.18 0 0.62 0.71
HSL 77.33º 0.45% 0.2% -
HSV(B) 77.33º 0.62% 0.29% -
XYZ 4.46 5.81 1.99 -
YUV 63.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 60 73 28 0.18 0 0.62 0.71 77.33 0.45 0.2
Hex 3C 49 1C 12 0 3E 47 4D 2D 14
Octal 74 111 34 22 0 76 107 115 55 24
Binary 111100 1001001 11100 10010 0 111110 1000111 1001101 101101 10100

Color Harmonies of #3C491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C491C

Black with #3C491C

Text Example


Text Example

White with #3C491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C491C; }

 p { color: rgb(60,73,28); }

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

background-color css

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

 a { background-color: rgb(60,73,28); }

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

border-color css

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

 span { border-color: rgb(60,73,28); }

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