Html Css Color HEX #3C3F10 Turtle Green

📋 copy color: '#3C3F10'

red 60 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #3C3F10

Tints of Turtle Green #3C3F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 43.17%
G = 45.32%
B = 11.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3C3F10 (or 0x3C3F10) is known color: Turtle Green. HEX triplet: 3C, 3F and 10. RGB value is (60,63,16). Sum of RGB (Red+Green+Blue) = 60+63+16=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F10 is #C3C0EF. Grayscale: #383838. Windows color (decimal): -12828912 or 1064764. OLE color: 1064764.

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

Color convert

RGB 60 63 16 -
CMYK 0.05 0 0.75 0.75
HSL 63.83º 0.59% 0.15% -
HSV(B) 63.83º 0.75% 0.25% -
XYZ 3.73 4.55 1.17 -
YUV 56.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 60 63 16 0.05 0 0.75 0.75 63.83 0.59 0.15
Hex 3C 3F 10 5 0 4B 4B 40 3B F
Octal 74 77 20 5 0 113 113 100 73 17
Binary 111100 111111 10000 101 0 1001011 1001011 1000000 111011 1111

Color Harmonies of #3C3F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F10

Black with #3C3F10

Text Example


Text Example

White with #3C3F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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