Html Css Color HEX #3C481F Turtle Green

📋 copy color: '#3C481F'

red 60 ◦ green 72 ◦ blue 31

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

Shades of Turtle Green #3C481F

Tints of Turtle Green #3C481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 36.81%
G = 44.17%
B = 19.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#3C481F (or 0x3C481F) is known color: Turtle Green. HEX triplet: 3C, 48 and 1F. RGB value is (60,72,31). Sum of RGB (Red+Green+Blue) = 60+72+31=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #3C481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C481F is #C3B7E0. Grayscale: #3F3F3F. Windows color (decimal): -12826593 or 2050108. OLE color: 2050108.

HSL color Cylindrical-coordinate representation of color #3C481F: hue angle of 77.56º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C481F is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 31 -
CMYK 0.17 0 0.57 0.72
HSL 77.56º 0.4% 0.2% -
HSV(B) 77.56º 0.57% 0.28% -
XYZ 4.43 5.69 2.16 -
YUV 63.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 60 72 31 0.17 0 0.57 0.72 77.56 0.4 0.2
Hex 3C 48 1F 11 0 39 48 4E 28 14
Octal 74 110 37 21 0 71 110 116 50 24
Binary 111100 1001000 11111 10001 0 111001 1001000 1001110 101000 10100

Color Harmonies of #3C481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C481F

Black with #3C481F

Text Example


Text Example

White with #3C481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,31); }

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

background-color css

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

 a { background-color: rgb(60,72,31); }

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

border-color css

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

 span { border-color: rgb(60,72,31); }

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