Html Css Color HEX #3C4004 Turtle Green

📋 copy color: '#3C4004'

red 60 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #3C4004

Tints of Turtle Green #3C4004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 46.88%
G = 50%
B = 3.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3C4004 (or 0x3C4004) is known color: Turtle Green. HEX triplet: 3C, 40 and 04. RGB value is (60,64,4). Sum of RGB (Red+Green+Blue) = 60+64+4=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4004 is #C3BFFB. Grayscale: #383838. Windows color (decimal): -12828668 or 278588. OLE color: 278588.

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

Color convert

RGB 60 64 4 -
CMYK 0.06 0 0.94 0.75
HSL 64º 0.88% 0.13% -
HSV(B) 64º 0.94% 0.25% -
XYZ 3.72 4.64 0.81 -
YUV 55.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 60 64 4 0.06 0 0.94 0.75 64 0.88 0.13
Hex 3C 40 4 6 0 5E 4B 40 58 D
Octal 74 100 4 6 0 136 113 100 130 15
Binary 111100 1000000 100 110 0 1011110 1001011 1000000 1011000 1101

Color Harmonies of #3C4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4004

Black with #3C4004

Text Example


Text Example

White with #3C4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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