Html Css Color HEX #3C4121 Turtle Green

📋 copy color: '#3C4121'

red 60 ◦ green 65 ◦ blue 33

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

Shades of Turtle Green #3C4121

Tints of Turtle Green #3C4121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 37.97%
G = 41.14%
B = 20.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3C4121 (or 0x3C4121) is known color: Turtle Green. HEX triplet: 3C, 41 and 21. RGB value is (60,65,33). Sum of RGB (Red+Green+Blue) = 60+65+33=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4121 is #C3BEDE. Grayscale: #3B3B3B. Windows color (decimal): -12828383 or 2179388. OLE color: 2179388.

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

Color convert

RGB 60 65 33 -
CMYK 0.08 0 0.49 0.75
HSL 69.38º 0.33% 0.19% -
HSV(B) 69.38º 0.49% 0.25% -
XYZ 4.03 4.85 2.16 -
YUV 59.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 60 65 33 0.08 0 0.49 0.75 69.38 0.33 0.19
Hex 3C 41 21 8 0 31 4B 45 21 13
Octal 74 101 41 10 0 61 113 105 41 23
Binary 111100 1000001 100001 1000 0 110001 1001011 1000101 100001 10011

Color Harmonies of #3C4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4121

Black with #3C4121

Text Example


Text Example

White with #3C4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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