Html Css Color HEX #3C4000 Turtle Green

📋 copy color: '#3C4000'

red 60 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #3C4000

Tints of Turtle Green #3C4000

RGB

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

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

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

R = 48.39%
G = 51.61%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3C4000 (or 0x3C4000) is known color: Turtle Green. HEX triplet: 3C, 40 and 00. RGB value is (60,64,0). Sum of RGB (Red+Green+Blue) = 60+64+0=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4000 is #C3BFFF. Grayscale: #373737. Windows color (decimal): -12828672 or 16444. OLE color: 16444.

HSL color Cylindrical-coordinate representation of color #3C4000: hue angle of 63.75º 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 #3C4000 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 0 -
CMYK 0.06 0 1 0.75
HSL 63.75º 1% 0.13% -
HSV(B) 63.75º 1% 0.25% -
XYZ 3.7 4.63 0.7 -
YUV 55.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 60 64 0 0.06 0 1 0.75 63.75 1 0.13
Hex 3C 40 0 6 0 64 4B 40 64 D
Octal 74 100 0 6 0 144 113 100 144 15
Binary 111100 1000000 0 110 0 1100100 1001011 1000000 1100100 1101

Color Harmonies of #3C4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4000

Black with #3C4000

Text Example


Text Example

White with #3C4000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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