Html Css Color HEX #3C4100 Turtle Green

📋 copy color: '#3C4100'

red 60 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #3C4100

Tints of Turtle Green #3C4100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48%
G = 52%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3C4100 (or 0x3C4100) is known color: Turtle Green. HEX triplet: 3C, 41 and 00. RGB value is (60,65,0). Sum of RGB (Red+Green+Blue) = 60+65+0=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4100 is #C3BEFF. Grayscale: #383838. Windows color (decimal): -12828416 or 16700. OLE color: 16700.

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

Color convert

RGB 60 65 0 -
CMYK 0.08 0 1 0.75
HSL 64.62º 1% 0.13% -
HSV(B) 64.62º 1% 0.25% -
XYZ 3.75 4.74 0.72 -
YUV 56.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 60 65 0 0.08 0 1 0.75 64.62 1 0.13
Hex 3C 41 0 8 0 64 4B 41 64 D
Octal 74 101 0 10 0 144 113 101 144 15
Binary 111100 1000001 0 1000 0 1100100 1001011 1000001 1100100 1101

Color Harmonies of #3C4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4100

Black with #3C4100

Text Example


Text Example

White with #3C4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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