Html Css Color HEX #3C4107 Turtle Green

📋 copy color: '#3C4107'

red 60 ◦ green 65 ◦ blue 7

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

Shades of Turtle Green #3C4107

Tints of Turtle Green #3C4107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 45.45%
G = 49.24%
B = 5.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3C4107 (or 0x3C4107) is known color: Turtle Green. HEX triplet: 3C, 41 and 07. RGB value is (60,65,7). Sum of RGB (Red+Green+Blue) = 60+65+7=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4107 is #C3BEF8. Grayscale: #393939. Windows color (decimal): -12828409 or 475452. OLE color: 475452.

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

Color convert

RGB 60 65 7 -
CMYK 0.08 0 0.89 0.75
HSL 65.17º 0.81% 0.14% -
HSV(B) 65.17º 0.89% 0.25% -
XYZ 3.79 4.76 0.92 -
YUV 56.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 60 65 7 0.08 0 0.89 0.75 65.17 0.81 0.14
Hex 3C 41 7 8 0 59 4B 41 51 E
Octal 74 101 7 10 0 131 113 101 121 16
Binary 111100 1000001 111 1000 0 1011001 1001011 1000001 1010001 1110

Color Harmonies of #3C4107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4107

Black with #3C4107

Text Example


Text Example

White with #3C4107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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