Html Css Color HEX #3C4714 Turtle Green

📋 copy color: '#3C4714'

red 60 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #3C4714

Tints of Turtle Green #3C4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 39.74%
G = 47.02%
B = 13.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#3C4714 (or 0x3C4714) is known color: Turtle Green. HEX triplet: 3C, 47 and 14. RGB value is (60,71,20). Sum of RGB (Red+Green+Blue) = 60+71+20=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4714 is #C3B8EB. Grayscale: #3E3E3E. Windows color (decimal): -12826860 or 1328956. OLE color: 1328956.

HSL color Cylindrical-coordinate representation of color #3C4714: hue angle of 72.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4714 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 71 20 -
CMYK 0.15 0 0.72 0.72
HSL 72.94º 0.56% 0.18% -
HSV(B) 72.94º 0.72% 0.28% -
XYZ 4.24 5.52 1.5 -
YUV 61.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 60 71 20 0.15 0 0.72 0.72 72.94 0.56 0.18
Hex 3C 47 14 F 0 48 48 49 38 12
Octal 74 107 24 17 0 110 110 111 70 22
Binary 111100 1000111 10100 1111 0 1001000 1001000 1001001 111000 10010

Color Harmonies of #3C4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4714

Black with #3C4714

Text Example


Text Example

White with #3C4714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,20); }

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

background-color css

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

 a { background-color: rgb(60,71,20); }

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

border-color css

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

 span { border-color: rgb(60,71,20); }

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