Html Css Color HEX #3C481C Turtle Green

📋 copy color: '#3C481C'

red 60 ◦ green 72 ◦ blue 28

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

Shades of Turtle Green #3C481C

Tints of Turtle Green #3C481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 37.5%
G = 45%
B = 17.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#3C481C (or 0x3C481C) is known color: Turtle Green. HEX triplet: 3C, 48 and 1C. RGB value is (60,72,28). Sum of RGB (Red+Green+Blue) = 60+72+28=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #3C481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C481C is #C3B7E3. Grayscale: #3F3F3F. Windows color (decimal): -12826596 or 1853500. OLE color: 1853500.

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

Color convert

RGB 60 72 28 -
CMYK 0.17 0 0.61 0.72
HSL 76.36º 0.44% 0.2% -
HSV(B) 76.36º 0.61% 0.28% -
XYZ 4.39 5.68 1.96 -
YUV 63.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 60 72 28 0.17 0 0.61 0.72 76.36 0.44 0.2
Hex 3C 48 1C 11 0 3D 48 4C 2C 14
Octal 74 110 34 21 0 75 110 114 54 24
Binary 111100 1001000 11100 10001 0 111101 1001000 1001100 101100 10100

Color Harmonies of #3C481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C481C

Black with #3C481C

Text Example


Text Example

White with #3C481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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