Html Css Color HEX #3C3F04 Turtle Green

📋 copy color: '#3C3F04'

red 60 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #3C3F04

Tints of Turtle Green #3C3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 49.61%

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

R = 47.24%
G = 49.61%
B = 3.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3C3F04 (or 0x3C3F04) is known color: Turtle Green. HEX triplet: 3C, 3F and 04. RGB value is (60,63,4). Sum of RGB (Red+Green+Blue) = 60+63+4=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F04 is #C3C0FB. Grayscale: #373737. Windows color (decimal): -12828924 or 278332. OLE color: 278332.

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

Color convert

RGB 60 63 4 -
CMYK 0.05 0 0.94 0.75
HSL 63.05º 0.88% 0.13% -
HSV(B) 63.05º 0.94% 0.25% -
XYZ 3.66 4.52 0.8 -
YUV 55.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 60 63 4 0.05 0 0.94 0.75 63.05 0.88 0.13
Hex 3C 3F 4 5 0 5E 4B 3F 58 D
Octal 74 77 4 5 0 136 113 77 130 15
Binary 111100 111111 100 101 0 1011110 1001011 111111 1011000 1101

Color Harmonies of #3C3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F04

Black with #3C3F04

Text Example


Text Example

White with #3C3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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