Html Css Color HEX #3C411D Turtle Green

📋 copy color: '#3C411D'

red 60 ◦ green 65 ◦ blue 29

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

Shades of Turtle Green #3C411D

Tints of Turtle Green #3C411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 38.96%
G = 42.21%
B = 18.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#3C411D (or 0x3C411D) is known color: Turtle Green. HEX triplet: 3C, 41 and 1D. RGB value is (60,65,29). Sum of RGB (Red+Green+Blue) = 60+65+29=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3C411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C411D is #C3BEE2. Grayscale: #3B3B3B. Windows color (decimal): -12828387 or 1917244. OLE color: 1917244.

HSL color Cylindrical-coordinate representation of color #3C411D: hue angle of 68.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C411D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 29 -
CMYK 0.08 0 0.55 0.75
HSL 68.33º 0.38% 0.18% -
HSV(B) 68.33º 0.55% 0.25% -
XYZ 3.98 4.83 1.89 -
YUV 59.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 60 65 29 0.08 0 0.55 0.75 68.33 0.38 0.18
Hex 3C 41 1D 8 0 37 4B 44 26 12
Octal 74 101 35 10 0 67 113 104 46 22
Binary 111100 1000001 11101 1000 0 110111 1001011 1000100 100110 10010

Color Harmonies of #3C411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C411D

Black with #3C411D

Text Example


Text Example

White with #3C411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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