Html Css Color HEX #3C410E Turtle Green

📋 copy color: '#3C410E'

red 60 ◦ green 65 ◦ blue 14

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

Shades of Turtle Green #3C410E

Tints of Turtle Green #3C410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 43.17%
G = 46.76%
B = 10.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3C410E (or 0x3C410E) is known color: Turtle Green. HEX triplet: 3C, 41 and 0E. RGB value is (60,65,14). Sum of RGB (Red+Green+Blue) = 60+65+14=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #3C410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C410E is #C3BEF1. Grayscale: #393939. Windows color (decimal): -12828402 or 934204. OLE color: 934204.

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

Color convert

RGB 60 65 14 -
CMYK 0.08 0 0.78 0.75
HSL 65.88º 0.65% 0.15% -
HSV(B) 65.88º 0.78% 0.25% -
XYZ 3.83 4.77 1.13 -
YUV 57.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 60 65 14 0.08 0 0.78 0.75 65.88 0.65 0.15
Hex 3C 41 E 8 0 4E 4B 42 41 F
Octal 74 101 16 10 0 116 113 102 101 17
Binary 111100 1000001 1110 1000 0 1001110 1001011 1000010 1000001 1111

Color Harmonies of #3C410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C410E

Black with #3C410E

Text Example


Text Example

White with #3C410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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