Html Css Color HEX #3C4017 Turtle Green

📋 copy color: '#3C4017'

red 60 ◦ green 64 ◦ blue 23

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

Shades of Turtle Green #3C4017

Tints of Turtle Green #3C4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 40.82%
G = 43.54%
B = 15.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#3C4017 (or 0x3C4017) is known color: Turtle Green. HEX triplet: 3C, 40 and 17. RGB value is (60,64,23). Sum of RGB (Red+Green+Blue) = 60+64+23=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4017 is #C3BFE8. Grayscale: #3A3A3A. Windows color (decimal): -12828649 or 1523772. OLE color: 1523772.

HSL color Cylindrical-coordinate representation of color #3C4017: hue angle of 65.85º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C4017 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 23 -
CMYK 0.06 0 0.64 0.75
HSL 65.85º 0.47% 0.17% -
HSV(B) 65.85º 0.64% 0.25% -
XYZ 3.85 4.69 1.51 -
YUV 58.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 60 64 23 0.06 0 0.64 0.75 65.85 0.47 0.17
Hex 3C 40 17 6 0 40 4B 42 2F 11
Octal 74 100 27 6 0 100 113 102 57 21
Binary 111100 1000000 10111 110 0 1000000 1001011 1000010 101111 10001

Color Harmonies of #3C4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4017

Black with #3C4017

Text Example


Text Example

White with #3C4017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,23); }

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

background-color css

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

 a { background-color: rgb(60,64,23); }

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

border-color css

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

 span { border-color: rgb(60,64,23); }

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