Html Css Color HEX #3C3F13 Turtle Green

📋 copy color: '#3C3F13'

red 60 ◦ green 63 ◦ blue 19

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

Shades of Turtle Green #3C3F13

Tints of Turtle Green #3C3F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 42.25%
G = 44.37%
B = 13.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3C3F13 (or 0x3C3F13) is known color: Turtle Green. HEX triplet: 3C, 3F and 13. RGB value is (60,63,19). Sum of RGB (Red+Green+Blue) = 60+63+19=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F13 is #C3C0EC. Grayscale: #393939. Windows color (decimal): -12828909 or 1261372. OLE color: 1261372.

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

Color convert

RGB 60 63 19 -
CMYK 0.05 0 0.70 0.75
HSL 64.09º 0.54% 0.16% -
HSV(B) 64.09º 0.7% 0.25% -
XYZ 3.76 4.56 1.3 -
YUV 57.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 60 63 19 0.05 0 0.70 0.75 64.09 0.54 0.16
Hex 3C 3F 13 5 0 46 4B 40 36 10
Octal 74 77 23 5 0 106 113 100 66 20
Binary 111100 111111 10011 101 0 1000110 1001011 1000000 110110 10000

Color Harmonies of #3C3F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F13

Black with #3C3F13

Text Example


Text Example

White with #3C3F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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