Html Css Color HEX #3C481D Turtle Green

📋 copy color: '#3C481D'

red 60 ◦ green 72 ◦ blue 29

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

Shades of Turtle Green #3C481D

Tints of Turtle Green #3C481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 37.27%
G = 44.72%
B = 18.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#3C481D (or 0x3C481D) is known color: Turtle Green. HEX triplet: 3C, 48 and 1D. RGB value is (60,72,29). Sum of RGB (Red+Green+Blue) = 60+72+29=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #3C481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C481D is #C3B7E2. Grayscale: #3F3F3F. Windows color (decimal): -12826595 or 1919036. OLE color: 1919036.

HSL color Cylindrical-coordinate representation of color #3C481D: hue angle of 76.74º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C481D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 29 -
CMYK 0.17 0 0.60 0.72
HSL 76.74º 0.43% 0.2% -
HSV(B) 76.74º 0.6% 0.28% -
XYZ 4.4 5.68 2.03 -
YUV 63.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 60 72 29 0.17 0 0.60 0.72 76.74 0.43 0.2
Hex 3C 48 1D 11 0 3C 48 4D 2B 14
Octal 74 110 35 21 0 74 110 115 53 24
Binary 111100 1001000 11101 10001 0 111100 1001000 1001101 101011 10100

Color Harmonies of #3C481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C481D

Black with #3C481D

Text Example


Text Example

White with #3C481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,29); }

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

background-color css

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

 a { background-color: rgb(60,72,29); }

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

border-color css

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

 span { border-color: rgb(60,72,29); }

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