Html Css Color HEX #3C4B15 Turtle Green

📋 copy color: '#3C4B15'

red 60 ◦ green 75 ◦ blue 21

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

Shades of Turtle Green #3C4B15

Tints of Turtle Green #3C4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 38.46%
G = 48.08%
B = 13.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#3C4B15 (or 0x3C4B15) is known color: Turtle Green. HEX triplet: 3C, 4B and 15. RGB value is (60,75,21). Sum of RGB (Red+Green+Blue) = 60+75+21=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B15 is #C3B4EA. Grayscale: #404040. Windows color (decimal): -12825835 or 1395516. OLE color: 1395516.

HSL color Cylindrical-coordinate representation of color #3C4B15: hue angle of 76.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4B15 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 21 -
CMYK 0.20 0 0.72 0.71
HSL 76.67º 0.56% 0.19% -
HSV(B) 76.67º 0.72% 0.29% -
XYZ 4.51 6.05 1.64 -
YUV 64.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 60 75 21 0.20 0 0.72 0.71 76.67 0.56 0.19
Hex 3C 4B 15 14 0 48 47 4D 38 13
Octal 74 113 25 24 0 110 107 115 70 23
Binary 111100 1001011 10101 10100 0 1001000 1000111 1001101 111000 10011

Color Harmonies of #3C4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B15

Black with #3C4B15

Text Example


Text Example

White with #3C4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,21); }

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

background-color css

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

 a { background-color: rgb(60,75,21); }

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

border-color css

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

 span { border-color: rgb(60,75,21); }

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