Html Css Color HEX #3C481B Turtle Green

📋 copy color: '#3C481B'

red 60 ◦ green 72 ◦ blue 27

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

Shades of Turtle Green #3C481B

Tints of Turtle Green #3C481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 37.74%
G = 45.28%
B = 16.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#3C481B (or 0x3C481B) is known color: Turtle Green. HEX triplet: 3C, 48 and 1B. RGB value is (60,72,27). Sum of RGB (Red+Green+Blue) = 60+72+27=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #3C481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C481B is #C3B7E4. Grayscale: #3F3F3F. Windows color (decimal): -12826597 or 1787964. OLE color: 1787964.

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

Color convert

RGB 60 72 27 -
CMYK 0.17 0 0.62 0.72
HSL 76º 0.45% 0.19% -
HSV(B) 76º 0.63% 0.28% -
XYZ 4.38 5.67 1.9 -
YUV 63.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 60 72 27 0.17 0 0.62 0.72 76 0.45 0.19
Hex 3C 48 1B 11 0 3E 48 4C 2D 13
Octal 74 110 33 21 0 76 110 114 55 23
Binary 111100 1001000 11011 10001 0 111110 1001000 1001100 101101 10011

Color Harmonies of #3C481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C481B

Black with #3C481B

Text Example


Text Example

White with #3C481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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